From 0018d8a427c938c8b7fd6bce539e5ab12b0c919f Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 20:09:45 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 732 ++++++++++++++++++++++------------ 1 file changed, 470 insertions(+), 262 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index abe3d45da..08ca7997a 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -1,3 +1,7 @@ +{% 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 %} - - -