Browse Source

missing {% endtrans %} in banned.html template

pull/40/head
Michael Save 12 years ago
parent
commit
306a7f0e36
  1. 3
      templates/banned.html

3
templates/banned.html

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

Loading…
Cancel
Save