forked from leftypol/leftypol
Rename ban_page_message to ban_page_extra
This commit is contained in:
parent
9ee598ee81
commit
aecfc37510
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@
|
||||||
</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>
|
||||||
|
|
||||||
{% if config.ban_page_message %}
|
{% if config.ban_page_extra %}
|
||||||
<p>{{ config.ban_page_message }}</p>
|
<p>{{ config.ban_page_extra }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endfilter %}
|
{% endfilter %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue