From 85af768746babe92766969c3cb679a2a05537ce5 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 10 Dec 2021 18:52:17 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 47 +++++++-------------------------- 1 file changed, 9 insertions(+), 38 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 1811cd738..91568bcc8 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -151,44 +151,6 @@ {% block pagetype %}thread{% endblock %} -{% block actionsModal %} - - - -{% endblock %} - {% block subHeader %}
@@ -633,6 +595,11 @@ {% endif %} {% if p.replies %} +
+ {% with comments=p.replies %} + {% include "comments.html" %} + {% endwith %} +
{% elif not p.replies and p.deleted_utc == 0 %}
@@ -648,6 +615,10 @@
{% endif %} + {% if offset %} + + {% endif %} +