diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 1a42daa090..86b8984be2 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -532,24 +532,24 @@ - {% endif %} -

-						

User ID: {{u.id}}

- {% if v.admin_level > 1 %} - {% if u.is_private %} -

User has private mode enabled.

- {% endif %} - Alts: - {% endif %} + {% endif %} +

+				

User ID: {{u.id}}

+ {% if v.admin_level > 1 %} + {% if u.is_private %} +

User has private mode enabled.

+ {% endif %} + Alts: + + {% endif %} {% if u.is_suspended %}

Banned by: @{{u.banned_by.username}}

{% endif %} - {% endif %}