From 941bf69227fa5a3b7f1f133ecb7860212b8e4380 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Thu, 6 Oct 2022 02:06:48 -0700 Subject: [PATCH] syntax error --- files/templates/post_admin_actions_mobile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/post_admin_actions_mobile.html b/files/templates/post_admin_actions_mobile.html index bc937b17a5..6b6b04e377 100644 --- a/files/templates/post_admin_actions_mobile.html +++ b/files/templates/post_admin_actions_mobile.html @@ -17,7 +17,7 @@ {%- endif %} - {% if (v.admin_level >= PERMS['POST_COMMENT_DISTINGUISH'] and (v.id==c.author_id or v.admin_level >= PERMS['POST_COMMENT_MODERATION']) %} + {% if v.admin_level >= PERMS['POST_COMMENT_DISTINGUISH'] and (v.id == c.author_id or v.admin_level >= PERMS['POST_COMMENT_MODERATION']) %}