From 24c2c52fe48b5090d9343366dbec098ba4186d83 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 15 Apr 2022 18:58:02 +0200 Subject: [PATCH] fds --- files/templates/userpage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 8c5c7cbe5..981ff5763 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -45,7 +45,7 @@ {% if u.is_suspended %}
BANNED USER{% if u.ban_reason %}: {% if u.ban_reason_link %}{% endif %} - {{u.ban_reason | SAFE}} + {{u.ban_reason | safe}} {% if u.ban_reason_link %}{% endif %} {% endif %}
{% if u.unban_utc %}
>{{u.unban_string}}
{% endif %} @@ -368,7 +368,7 @@
{% if u.is_suspended %} -
BANNED USER{% if u.ban_reason %}: {{u.ban_reason | SAFE}}{% endif %}
+
BANNED USER{% if u.ban_reason %}: {{u.ban_reason | safe}}{% endif %}
{% if u.unban_utc %}
>{{u.unban_string}}
{% endif %} {% endif %}