From 5570e0960683b37df846890ae0865afda532fa16 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 3 Feb 2024 06:14:04 +0200 Subject: [PATCH] add "Remove Badge" button --- files/templates/userpage/admintools.html | 1 + 1 file changed, 1 insertion(+) diff --git a/files/templates/userpage/admintools.html b/files/templates/userpage/admintools.html index b4627204e..5b4ebbdf7 100644 --- a/files/templates/userpage/admintools.html +++ b/files/templates/userpage/admintools.html @@ -88,6 +88,7 @@
{% if FEATURES['BADGES'] and v.admin_level >= PERMS['USER_BADGES'] %} Give Badge + Remove Badge {% endif %} {% if v.admin_level >= PERMS['ADMIN_ADD'] and not u.admin_level %}