From a7e9b3e8533fdf97b963e40ae104415ed03caf2b Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Tue, 23 Aug 2016 20:41:30 +0100 Subject: [PATCH] Fix Twig templte syntax error --- templates/post_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post_form.html b/templates/post_form.html index e6f201e6..0b02dab2 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -67,7 +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 %}