From 733da66872252cbd1b8b88de29ff3e80d19b8c78 Mon Sep 17 00:00:00 2001 From: xiaji Date: Tue, 16 Jun 2026 17:10:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0urls=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fzjgact/huodong/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fzjgact/huodong/urls.py b/fzjgact/huodong/urls.py index 4191d97..827087a 100644 --- a/fzjgact/huodong/urls.py +++ b/fzjgact/huodong/urls.py @@ -15,7 +15,7 @@ urlpatterns = [ path('branch/info/', views.Branchinfo, name='branchinfo'), path('statistics/', views.Statistics, name='statistics'), path('contact/', views.contact_list, name='contact-list'), - path('contact/export/pdf/', views.export_contacts_pdf, name='export-contacts-pdf'), + path('contact/export/pdf/', views.export_contacts_pdf, name='export-contacts-pdf'), path('contact/export/xls/', views.export_contacts_xls, name='export-contacts-xls'), path('equipment-images/', views.equipment_images, name='equipment-images'), path('public-screens/', views.public_screens, name='public-screens'),