diff --git a/templates/post_form.html b/templates/post_form.html index 528f9794..fea61bbb 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -9,7 +9,8 @@ {% if current_page %} {% endif %} -{% if mod %}{% endif %} +{% if mod %} +{% endif %} {% if id %} @@ -64,6 +65,7 @@ {% for myboard in boards %} {% endfor %} + {{ antibot.html() }} {% endif %} {% if not config.field_disable_comment or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}