From 03efb502d96320bb6fbb2446900be9ccd377bb50 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 3 Dec 2021 19:38:00 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 5cfffb839..5c6b6687d 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -26,18 +26,17 @@ } - -{% if v %} + {% if v and v.admin_level > 1 %} {% endif %} - + {% include "expanded_image_modal.html" %} - + {% macro single_comment(c, level=1) %} @@ -108,7 +107,7 @@ {% endif %} - +