From 306a7f0e367d9c128b345ac8336e590c0018381c Mon Sep 17 00:00:00 2001 From: Michael Save Date: Fri, 9 Mar 2012 14:03:25 +1100 Subject: [PATCH] missing {% endtrans %} in banned.html template --- templates/banned.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/banned.html b/templates/banned.html index 673de9d2..b2649310 100644 --- a/templates/banned.html +++ b/templates/banned.html @@ -3,7 +3,7 @@

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

- {% trans %}You have been banned from + {% trans %}You have been banned from{% endtrans %} {% if ban.uri %} {{ config.board_abbreviation|sprintf(ban.uri) }} {% else %} @@ -68,3 +68,4 @@

{% trans %}Your IP address is{% endtrans %} {{ ban.ip }}.

{% endfilter %} +