diff --git a/files/templates/CHRISTMAS/modals/ModalCommentActions.html b/files/templates/CHRISTMAS/modals/ModalCommentActions.html index 3bfbed0e37..19e32403ff 100644 --- a/files/templates/CHRISTMAS/modals/ModalCommentActions.html +++ b/files/templates/CHRISTMAS/modals/ModalCommentActions.html @@ -68,7 +68,7 @@ {% endif %} {% 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) %}