forked from leftypol/leftypol
banned.html: add missing space
This commit is contained in:
parent
88eb7d68a7
commit
024a6fe20b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
{% if pending_appeal %}
|
||||
<p>
|
||||
{% trans %}You submitted an appeal for this ban on{% endtrans %}
|
||||
<strong>{{ pending_appeal|date(config.ban_date) }}</strong>. {% trans %}It is still pending{% endtrans %}.
|
||||
<strong>{{ pending_appeal|date(config.ban_date) }} </strong>. {% trans %}It is still pending{% endtrans %}.
|
||||
</p>
|
||||
{% elseif denied_appeals|length >= config.ban_appeals_max %}
|
||||
{% if denied_appeals|length == 1 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue