banned.html: add missing space to banned template

This commit is contained in:
Zankaria 2024-06-22 22:59:47 +02:00
parent 466d569d74
commit 4f2bd22fae

View file

@ -32,7 +32,7 @@
{% endif %}
<p>
{% trans %}Your ban was filed on{% endtrans %}
<strong> {{ ban.created|date(config.ban_date) }}</strong>
<strong> {{ ban.created|date(config.ban_date) }} </strong>
{% if config.show_modname %}
{% if ban.username %}
{% trans %}by{% endtrans %} <strong> {{ ban.username }} </strong>