fix: repair jituan/urls.py IndentationError on identity_tag import

This commit is contained in:
XingQue
2026-06-28 00:35:50 +08:00
parent 3a1aaa9b61
commit 5be696db9d

View File

@@ -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'),