From a1868750ee633880dcc59791b2462449b501bcdf Mon Sep 17 00:00:00 2001 From: justcool393 Date: Fri, 23 Sep 2022 17:03:57 -0700 Subject: [PATCH] show if user is shadowbanned for admins (#368) there's really no other indication in the UI except the unshadowban button --- files/templates/userpage.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 9882d34937..ec4d2b0c46 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -57,6 +57,9 @@
{{u.unban_string}}
{% endif %} {% endif %} + {% if v and v.admin_level >= 2 and u.shadowbanned %} +
SHADOWBANNED USER
+ {% endif %}

{{u.username}}