1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-16 19:08:38 +01:00

missing {% endtrans %} in banned.html template

This commit is contained in:
Michael Save 2012-03-09 14:03:25 +11:00
parent 324c7cd906
commit 37cf1fbe15

View File

@ -3,7 +3,7 @@
<div class="ban">
<h2>{% trans %}You are banned! ;_;{% endtrans %}</h2>
<p>
{% trans %}You have been banned from
{% trans %}You have been banned from{% endtrans %}
{% if ban.uri %}
<strong>{{ config.board_abbreviation|sprintf(ban.uri) }}</strong>
{% else %}
@ -68,3 +68,4 @@
<p>{% trans %}Your IP address is{% endtrans %} <strong>{{ ban.ip }}</strong>.</p>
</div>
{% endfilter %}