diff --git a/files/templates/CHRISTMAS/comments/CommentActions.html b/files/templates/CHRISTMAS/comments/CommentActions.html index 54d8f1dc4b..9780dac0c6 100644 --- a/files/templates/CHRISTMAS/comments/CommentActions.html +++ b/files/templates/CHRISTMAS/comments/CommentActions.html @@ -153,7 +153,7 @@ {% endif %} - {% if v and c.post and (v.admin_level >= 1 or v.id == c.post.author_id) and c.level == 1 %} + {% if v and c.post and (v.admin_level > 1 or v.id == c.post.author_id) %}