Browse Source

Option to have a message on the ban page

pull/40/head
ctrlcctrlv 11 years ago
parent
commit
efcec13439
  1. 4
      templates/banned.html

4
templates/banned.html

@ -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 %}

Loading…
Cancel
Save