diff --git a/files/templates/comments.html b/files/templates/comments.html index e99889d3c..93a731dca 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -1,34 +1,7 @@ - {% if v %} {% include "award_modal.html" %} - {% endif %} @@ -36,110 +9,11 @@ {% 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 %} - - - - - {% set ups=c.upvotes %} {% set downs=c.downvotes %} {% set score=ups-downs %}