From 236b2ebdcddd499585cc9a3786ecd0af44faacdf Mon Sep 17 00:00:00 2001 From: deflax Date: Fri, 5 Apr 2024 18:18:22 +0300 Subject: [PATCH] remove menu button --- src/forest/templates/admin/list_users.html | 2 +- src/forest/templates/nav.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/forest/templates/admin/list_users.html b/src/forest/templates/admin/list_users.html index 702897e..86cd16d 100644 --- a/src/forest/templates/admin/list_users.html +++ b/src/forest/templates/admin/list_users.html @@ -24,7 +24,7 @@ {{ usr.email }} {{ moment(usr.last_seen).format('lll') }} {{ usr.last_ip }} - + {% endfor %} diff --git a/src/forest/templates/nav.html b/src/forest/templates/nav.html index cd0ca7d..c541c1d 100644 --- a/src/forest/templates/nav.html +++ b/src/forest/templates/nav.html @@ -22,7 +22,6 @@