From 26c725b2cdd97b1f9742f4b6d5d5ac4037c22e77 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Tue, 15 Nov 2022 03:31:37 -0600 Subject: [PATCH] fix comment bug --- files/templates/comments.html | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 086f29dfd..c3735e93b 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -735,26 +735,12 @@ {% endif %} - - - - - - - - - - - {% endif %} - {% endmacro %} -{% for comment in comments if comment.can_see(v) %} - +{% for comment in comments(g.db) if comment.can_see(v) %} {{single_comment(comment)}} - {% endfor %} {% if not request.headers.get("xhr") %}