From 3f23a7f041f8c743deacb4a1f4d56b9f362c0413 Mon Sep 17 00:00:00 2001 From: 8chan Date: Mon, 16 Feb 2015 16:33:52 -0800 Subject: [PATCH] Allow config.mod.bypass_field_disable to bypass config.field_email_selectbox --- 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 1b01b93b..9d4b0aac 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -25,7 +25,7 @@ {{ antibot.html() }} - {% if config.field_email_selectbox %} + {% if config.field_email_selectbox and not (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}