mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 17:14:04 +01:00
Option to have a message on the ban page
This commit is contained in:
parent
edd197586f
commit
2278762000
@ -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…
x
Reference in New Issue
Block a user