missing {% endtrans %} in banned.html template
This commit is contained in:
parent
ab4361d5f3
commit
306a7f0e36
@ -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…
Reference in New Issue
Block a user