mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +01:00
Option to have a message on the ban page
This commit is contained in:
parent
39f542704b
commit
9ee598ee81
@ -77,7 +77,9 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>{% trans %}Your IP address is{% endtrans %} <strong>{{ ban.ip }}</strong>.</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>
|
</div>
|
||||||
{% endfilter %}
|
{% endfilter %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user