From 8d660cb49a3db5882b8622cdcd3d33f6a2e1c525 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 19 Feb 2023 21:17:09 +0200 Subject: [PATCH] add perms conditionals in /admin --- files/templates/admin/admin_home.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/files/templates/admin/admin_home.html b/files/templates/admin/admin_home.html index 0b3b56b01..57bf67e78 100644 --- a/files/templates/admin/admin_home.html +++ b/files/templates/admin/admin_home.html @@ -52,7 +52,7 @@ {% if v.admin_level >= PERMS['USER_SHADOWBAN'] %}
  • Shadowbanned Users
  • {% endif %} -
  • Banned Users
  • +
  • Banned Users
  • {% if FEATURES['AWARDS'] -%}
  • Chudded Users
  • Currently Grassed Users
  • @@ -68,7 +68,9 @@

    Safety