From e54127a1bd35e7dd1b25eb24965c9b6af15fe844 Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Wed, 28 Jul 2021 17:43:16 +0200 Subject: [PATCH] sneed --- drama/templates/userpage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drama/templates/userpage.html b/drama/templates/userpage.html index caf74f901f..e4d3e273dc 100644 --- a/drama/templates/userpage.html +++ b/drama/templates/userpage.html @@ -65,7 +65,7 @@
- {% if u.is_banned %} + {% if u.is_suspended %}
BANNED USER{% if u.ban_reason %}: {{u.ban_reason}}{% endif %}
{% if unban %}
{{unban}}
{% endif %} {% endif %} @@ -280,7 +280,7 @@
- {% if u.is_banned %} + {% if u.is_suspended %}
BANNED USER{% if u.ban_reason %}: {{u.ban_reason}}{% endif %}
{% if unban %}
{{unban}}
{% endif %} {% endif %}