From bc9358b2816a4646ae51931e6c8036062b1283fd Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 5 Dec 2021 11:43:23 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 65776d113..f7bcaa493 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -670,7 +670,7 @@ {% endif %} {% if p.replies %} -
+
{% with comments=p.replies %} {% include "comments.html" %} {% endwith %} @@ -691,7 +691,24 @@ {% endif %} {% if offset %} - View more + + {% endif %}