From bf612179cc23ba144a37bb7cb8a2a7e560ce144a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 16 Feb 2022 00:34:18 +0200 Subject: [PATCH] f --- 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 270647812..be79642dc 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -58,7 +58,7 @@ {% endif %} {% if SITE_NAME=='Drama' and u.house %} - House {{u.house}} + House {{u.house}} {% endif %} {% if u.verified %}{% endif %} @@ -365,9 +365,6 @@
BANNED USER{% if u.ban_reason %}: {{u.ban_reason}}{% endif %}
{% if u.unban_utc %}
>{{u.unban_string}}
{% endif %} {% endif %} - {% if SITE_NAME=='Drama' and u.house %} - House {{u.house}} - {% endif %} {% if u.verified %} {% endif %}

{{u.username}}

@@ -376,6 +373,9 @@ {% endif %} + {% if SITE_NAME=='Drama' and u.house %} + House {{u.house}} + {% endif %} {% if u.admin_level > 1 or (u.admin_level == 1 and not(v and v.admin_level > 1)) %}