From 5125f730a3915a20722b277548770d865188f076 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 20:04:52 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index a2dbcf8337..a22adf4c8c 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -481,12 +481,16 @@ {% endmacro %} +
+ {% for comment in comments %} {{single_comment(comment)}} {% endfor %} +
+ {% if v %} {% include "gif_modal.html" %} {% include "emoji_modal.html" %} @@ -523,7 +527,7 @@ {% endif %} {% if offset %} - {% endif %}