banned.html: add missing space

This commit is contained in:
Zankaria 2024-07-14 19:17:55 +02:00
parent 88eb7d68a7
commit 024a6fe20b

View file

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