From 97e8808cea19f62eeede0bb78ae747db40fe976d Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 3 Jun 2024 11:09:53 +0300 Subject: [PATCH] remove unnecessary in if --- files/templates/userpage/admintools.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/userpage/admintools.html b/files/templates/userpage/admintools.html index 2784071c9..5aa418759 100644 --- a/files/templates/userpage/admintools.html +++ b/files/templates/userpage/admintools.html @@ -102,7 +102,7 @@ {% endif %} - {% if v and v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %} + {% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %}