forked from leftypol/leftypol
Fix displaying bans
This commit is contained in:
parent
0da65c3d7b
commit
9b3f8421fc
2 changed files with 4 additions and 11 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue