From 2dd3852e834193fb6808cd56a4f89305a179ad10 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 18 Feb 2022 12:55:06 +0200 Subject: [PATCH] cvb --- files/templates/userpage.html | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index adff6780d..76d4f8982 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -52,16 +52,21 @@ {% endif %}

{{u.username}}

+ {% if u.username != u.original_username %} {% endif %} + {% if SITE_NAME=='Drama' and u.house %} - House {{u.house}} + House {{u.house}} + {% endif %} + + {% if u.verified %} + {% endif %} - {% if u.verified %}{% endif %} {% if u.admin_level > 1 or (u.admin_level == 1 and not(v and v.admin_level > 1)) %} @@ -366,16 +371,22 @@ {% if u.unban_utc %}
>{{u.unban_string}}
{% endif %} {% endif %} - {% if u.verified %} {% endif %} -

{{u.username}}

+

{{u.username}}

+ {% if u.username != u.original_username %} - + {% endif %} + {% if SITE_NAME=='Drama' and u.house %} - House {{u.house}} + House {{u.house}} {% endif %} + + {% if u.verified %} +   + {% endif %} + {% if u.admin_level > 1 or (u.admin_level == 1 and not(v and v.admin_level > 1)) %}