From 4efaf7ac552f5197ce2f4734dd8a8107a0bd5cf6 Mon Sep 17 00:00:00 2001 From: DSQ Date: Sat, 15 Nov 2025 18:13:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E4=BA=86=E4=B8=80=E4=B8=8BUI?= =?UTF-8?q?=EF=BC=8C=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E9=82=A3=E4=B8=80?= =?UTF-8?q?=E9=A1=B5=E8=BF=98=E6=98=AF=E4=BD=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- elastic/templates/elastic/{get_users.html => users.html} | 0 elastic/urls.py | 1 + main/templates/main/home.html | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename elastic/templates/elastic/{get_users.html => users.html} (100%) diff --git a/elastic/templates/elastic/get_users.html b/elastic/templates/elastic/users.html similarity index 100% rename from elastic/templates/elastic/get_users.html rename to elastic/templates/elastic/users.html diff --git a/elastic/urls.py b/elastic/urls.py index 75a1222..d5aa741 100644 --- a/elastic/urls.py +++ b/elastic/urls.py @@ -32,4 +32,5 @@ urlpatterns = [ # 管理页面 path('manage/', views.manage_page, name='manage_page'), + path('user_manage/', views.user_manage, name='user_manage'), ] diff --git a/main/templates/main/home.html b/main/templates/main/home.html index eecd84a..83ba9bc 100644 --- a/main/templates/main/home.html +++ b/main/templates/main/home.html @@ -141,7 +141,6 @@ 主页 图片上传与识别 数据管理 - 用户管理
{% csrf_token %}