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 %}