From ef4cf16a7321d6ba6b36830c9d442e1cb4c74ac2 Mon Sep 17 00:00:00 2001 From: czaks Date: Fri, 9 Aug 2013 17:36:07 -0400 Subject: [PATCH] fix submit button not showing when topic disabled (after merge) --- templates/post_form.html | 4 ++++ 1 file changed, 4 insertions(+) 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)) %}