diff --git a/app/templates/community/continue_discussion.html b/app/templates/community/continue_discussion.html index 85116e84..d04d5c5c 100644 --- a/app/templates/community/continue_discussion.html +++ b/app/templates/community/continue_discussion.html @@ -43,7 +43,7 @@ {% endif %} {% endmacro %} -
+
{% for reply in replies %} {{ render_comment(reply) | safe }} {% endfor %} diff --git a/app/templates/community/post.html b/app/templates/community/post.html index af833234..f465cfd6 100644 --- a/app/templates/community/post.html +++ b/app/templates/community/post.html @@ -55,7 +55,7 @@
{% else %}
- + Continue thread
{% endif %}