diff --git a/templates/banned.html b/templates/banned.html index b4cdf3f9..65d66281 100644 --- a/templates/banned.html +++ b/templates/banned.html @@ -1,6 +1,7 @@ {% filter remove_whitespace %} {# Automatically removes unnecessary whitespace #}
+ {% if ban.expires and time() >= ban.expires %}

{% trans %}You were banned! ;_;{% endtrans %}

{% else %}