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 %} - - -