From 0b80382e1ca750940ad1367bc9008a04a032628b Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 20:01:56 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 126 ---------------------------------- 1 file changed, 126 deletions(-) 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 %}