From d204138bdd1371ca50249db328c3aa2ff7d67f8c Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Mon, 12 Oct 2015 00:17:15 -0400 Subject: fixed when comments are NOT enabled. --- blog/templates/post.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/blog/templates/post.html b/blog/templates/post.html index affb32a..2f399fe 100644 --- a/blog/templates/post.html +++ b/blog/templates/post.html @@ -90,7 +90,7 @@
- + {% if selected_post.comments_enabled %}

Comments

@@ -115,6 +115,8 @@
+ + {% endif %} @@ -153,4 +155,4 @@ - + \ No newline at end of file -- cgit v1.3.1