From 7e84d17a7595e160045c141b92e839dd71ecbd2e Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 27 Dec 2021 23:16:34 -0600 Subject: [PATCH] fix --- files/templates/CHRISTMAS/comments/CommentActions.html | 2 +- files/templates/CHRISTMAS/modals/ModalCommentActions.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/CHRISTMAS/comments/CommentActions.html b/files/templates/CHRISTMAS/comments/CommentActions.html index e7368099c..4f4d5714d 100644 --- a/files/templates/CHRISTMAS/comments/CommentActions.html +++ b/files/templates/CHRISTMAS/comments/CommentActions.html @@ -118,7 +118,7 @@ {% endif %} {% endif %} - {% if v and v.admin_level==6 and v.id==c.author_id %} + {% if v and v.admin_level > 0 and v.id==c.author_id %} {% endif %} {% if v %} - {% if v.admin_level>=1 and v.id==c.author_id %} + {% if v.admin_level > 0 and v.id==c.author_id %}