diff --git a/files/templates/userpage.html b/files/templates/userpage.html index ad4061a0cb..a043dccc73 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -251,38 +251,34 @@ {% block content %}
- {% if u.is_suspended or u.shadowbanned %} -
- {% if u.is_suspended %} - -
- -
- -
- {{ u.username }} was banned by - @{{u.banned_by.username}} -
- {% if u.unban_utc %} -
{{u.unban_string}}
- {% endif %} -
-
- {% endif %} - - {% if v and v.admin_level > 1 and u.shadowbanned %} - -
- -
- - - {{ u.username }} is shadowbanned - -
+ {% if u.is_suspended %} + +
+ +
+ +
+ {{ u.username }} was banned by + @{{u.banned_by.username}}
+ {% if u.unban_utc %} +
{{u.unban_string}}
{% endif %}
+
+ {% endif %} + + {% if v and v.admin_level > 1 and u.shadowbanned %} + +
+ +
+ + + {{ u.username }} is shadowbanned + +
+
{% endif %}