diff --git a/templates/post_form.html b/templates/post_form.html index c7a94f8b..e6f201e6 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -52,6 +52,7 @@ + {% endif %} @@ -66,6 +67,7 @@ {% 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 not (not config.field_disable_email or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri))) %} + {% endif %} {% endif %}