From 441d42216aa4d9cc59c9af2ed9d657284c9017e1 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 20:10:21 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 732 ++++++++++++---------------------- 1 file changed, 262 insertions(+), 470 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 08ca7997a4..abe3d45da1 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 %} + + +