Fix displaying bans

This commit is contained in:
Fredrick Brennan 2014-05-14 13:51:49 -04:00
parent 0da65c3d7b
commit 9b3f8421fc
2 changed files with 4 additions and 11 deletions

View file

@ -83,7 +83,7 @@
{% if post and config.ban_show_post %}
<hr>
<p>{% trans %}You were banned for the following post on {% endtrans %}{{ board.url }}:</p>
<p>{% trans %}You were banned for the following post on{% endtrans %} {{ board.url }}:</p>
{{ post }}
<br>
{% endif %}
@ -133,4 +133,4 @@
{% endif %}
{% endif %}
</div>
{% endfilter %}
{% endfilter %}