From 11b2a604c965badef0de64c9f6e6becab455015b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 9 Nov 2019 20:36:25 -0500 Subject: added comment wrapper to guides --- app/posts/templates/posts/guide_detail.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/posts') diff --git a/app/posts/templates/posts/guide_detail.html b/app/posts/templates/posts/guide_detail.html index 360480b..df87158 100644 --- a/app/posts/templates/posts/guide_detail.html +++ b/app/posts/templates/posts/guide_detail.html @@ -105,7 +105,9 @@

{{comment_count}} Comment{{ comment_count|pluralize }}

{% render_comment_list for object %} {%endif%} +
{% render_comment_form for object %} +
{% else %}

Sorry, comments have been disabled for this post.

{%endif%} -- cgit v1.2.3