From 69f343a831639b1a4e51a832c2e3ce3ad86534c1 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 9 Nov 2019 20:42:41 -0500 Subject: added new style comment form to detail pages --- design/templates/src/post_detail.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'design/templates/src') diff --git a/design/templates/src/post_detail.html b/design/templates/src/post_detail.html index 0b80635..fb1bde0 100644 --- a/design/templates/src/post_detail.html +++ b/design/templates/src/post_detail.html @@ -68,7 +68,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