aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/journal/templates
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/journal/templates')
-rw-r--r--bn_django/journal/templates/journal/entry_detail.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bn_django/journal/templates/journal/entry_detail.html b/bn_django/journal/templates/journal/entry_detail.html
index 45edd4b..9c74ed6 100644
--- a/bn_django/journal/templates/journal/entry_detail.html
+++ b/bn_django/journal/templates/journal/entry_detail.html
@@ -23,9 +23,9 @@
{% block commentary %}
<div class='content' id='commentary'>
-<h3>Post a comment</h3>
-{% render_comment_form for object %}
{% get_comment_list for object as comments %}
{% include "comment_list" %}
+<h3>Post a comment</h3>
+{% render_comment_form for object %}
</div>
{% endblock %}