diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 71e7c599f..d22f0ceaf 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -298,7 +298,7 @@ {% if u.is_private %}

User has private mode enabled.

{% endif %} -

Alts:

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

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

+

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

{% endif %} @@ -518,7 +518,7 @@ {% if u.is_private %}

User has private mode enabled.

{% endif %} -

Alts:

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

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

+

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

{% endif %} {% endif %}