diff --git a/files/templates/submission.html b/files/templates/submission.html index 1811cd738e..91568bcc8f 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 %} +