From 1b54f91f521e312116cb98bb7b4f3207229b9463 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 23:30:26 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 754 +++++++++++++--------------------- 1 file changed, 275 insertions(+), 479 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index c0c652f7b9..c6f822cd21 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -1,7 +1,3 @@ -{% if v %} - {% include "award_modal.html" %} -{% endif %} - +{% if v %} + {% include "award_modal.html" %} + + +{% endif %} + +{% if v and v.admin_level > 1 %} + +{% endif %} + + + + +{% include "expanded_image_modal.html" %} + + + {% macro single_comment(c, level=1) %} +{% if p and not (v and v.id==c.author_id) and (not v or v.highlightcomments) %} + +{% endif %} + + +