From f294dc4539059ab1fd70ca54b86591076d33882b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 9 Aug 2021 15:31:07 +0200 Subject: [PATCH] fd --- files/templates/userpage.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 8b8a420c8..8eab941ba 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -341,6 +341,15 @@ {% endif %} + {% if u.admin_level > 1 or (u.admin_level == 1 and (not v or v.admin_level < 2)) %} + + + + {% elif u.admin_level == 1 %} + + + + {% endif %} {% if v and v.has_follower(u) and not v.is_nofollow %} Follows you {% endif %}