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 %}