fix: repair jituan/urls.py IndentationError on identity_tag import
This commit is contained in:
@@ -74,6 +74,7 @@ from jituan.views_club_catalog import (
|
||||
ClubShangpinLeixingListView,
|
||||
)
|
||||
from jituan.views_shenhe_manage import ClubKhgglAddView
|
||||
from jituan.views_identity_tag import (
|
||||
IdentityTagBindListView,
|
||||
IdentityTagBindView,
|
||||
IdentityTagListView,
|
||||
@@ -125,6 +126,7 @@ urlpatterns = [
|
||||
path('houtai/hthqfklb', FaKuanLieBiaoView.as_view(), name='jituan_penalty_list'),
|
||||
path('houtai/glyclfk', FaKuanChuLiView.as_view(), name='jituan_penalty_action'),
|
||||
path('houtai/htfksc', FaKuanChuangJianView.as_view(), name='jituan_penalty_create'),
|
||||
path('houtai/kefu-cfgl', KefuPunishmentListView.as_view(), name='jituan_kefu_cfgl'),
|
||||
path('houtai/khggl', KhgglView.as_view(), name='jituan_khggl'),
|
||||
path('houtai/shgxgsj', ShgxgsjView.as_view(), name='jituan_shgxgsj'),
|
||||
path('houtai/khggl-add', ClubKhgglAddView.as_view(), name='jituan_khggl_add'),
|
||||
|
||||
Reference in New Issue
Block a user