From 81222599d7067bc25831ebd7aaa9f43e3a5d0d70 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 9 Dec 2021 09:38:03 -0600 Subject: [PATCH] fix --- files/templates/userpage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 59f4d83609..a788530a9d 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -55,9 +55,9 @@ {% endif %} {% if u.admin_level > 1 or (u.admin_level == 1 and not(v and v.admin_level > 1)) %} - + {% elif u.admin_level == 1 and v and v.admin_level > 1 %} - + {% endif %} {% if v and v.has_follower(u) and not v.is_nofollow %} Follows you