From d0cc249ab1f8fc8f8bcdf5c5ec2a6f2e0c9bece9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 11 Aug 2021 20:27:04 +0200 Subject: [PATCH] fd --- files/templates/userpage.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 %}