diff --git a/files/templates/comments.html b/files/templates/comments.html index 08ca7997a..abe3d45da 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 %} + + +