Option to have a message on the ban page

This commit is contained in:
ctrlcctrlv 2013-08-09 19:55:25 +00:00
parent ecb15c7dcb
commit efcec13439

View File

@ -77,7 +77,9 @@
</p>
<p>{% trans %}Your IP address is{% endtrans %} <strong>{{ ban.ip }}</strong>.</p>
<p>{{ config.ban_page_message }}</p>
{% if config.ban_page_message %}
<p>{{ config.ban_page_message }}</p>
{% endif %}
</div>
{% endfilter %}