forked from leftypol/leftypol
banned.html: add missing space to banned template
This commit is contained in:
parent
466d569d74
commit
4f2bd22fae
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue