forked from GithubBackups/vichan
ensure premade ban reasons are passed
This commit is contained in:
parent
0866adc89f
commit
f27e5a6989
@ -103,7 +103,7 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{% trans 'New ban' %}</legend>
|
<legend>{% trans 'New ban' %}</legend>
|
||||||
{% set redirect = '?/IP/' ~ ip|cloak_ip ~ '#bans' %}
|
{% set redirect = '?/IP/' ~ ip|cloak_ip ~ '#bans' %}
|
||||||
{% include 'mod/ban_form.html' %}
|
{% include 'mod/ban_form.html' with { 'reasons': config.premade_ban_reasons } %}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user