diff --git a/templates/mod/view_ip.html b/templates/mod/view_ip.html index 867312c4..e4871275 100644 --- a/templates/mod/view_ip.html +++ b/templates/mod/view_ip.html @@ -103,7 +103,7 @@
{% trans 'New ban' %} {% set redirect = '?/IP/' ~ ip|cloak_ip ~ '#bans' %} - {% include 'mod/ban_form.html' %} + {% include 'mod/ban_form.html' with { 'reasons': config.premade_ban_reasons } %}
{% endif %}