diff --git a/templates/post_form.html b/templates/post_form.html index d7f5cadb..92aa325a 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -35,6 +35,10 @@ {% endif %} {{ antibot.html() }} + {% if not (not (config.field_disable_subject or (id and config.field_disable_reply_subject)) or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri))) %} + {% if config.spoiler_images %} {% endif %} + {% endif %} + {{ antibot.html() }} {% endif %} {% if not (config.field_disable_subject or (id and config.field_disable_reply_subject)) or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}