From e4a6e62e9b184e7394902f38440171cb2a4fe4fb Mon Sep 17 00:00:00 2001 From: Kashire Date: Mon, 22 Aug 2016 19:40:17 -0500 Subject: [PATCH] Vastly improved banned.html Added 'You've been banned' video. --- templates/banned.html | 1 + 1 file changed, 1 insertion(+) 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 %}