summaryrefslogtreecommitdiff
path: root/design/templates/jrnl/entry_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/jrnl/entry_detail.html')
-rw-r--r--design/templates/jrnl/entry_detail.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/design/templates/jrnl/entry_detail.html b/design/templates/jrnl/entry_detail.html
index fd7e05a..b676ba5 100644
--- a/design/templates/jrnl/entry_detail.html
+++ b/design/templates/jrnl/entry_detail.html
@@ -156,7 +156,9 @@ class="detail {%if t == 1 or t == 3 or t == 5 %}double{%else%}single{%endif%}{%i
<p class="comments--header">{{comment_count}} Comment{{ comment_count|pluralize }}</p>
{% render_comment_list for object %}
{%endif%}
+<div class="comment--form--wrapper {%if comment_count > 0%}comment-form-border{%endif%}">
{% render_comment_form for object %}
+</div>
{% else %}
<p class="comments--header" style="text-align: center">Sorry, comments have been disabled for this post.</p>
{%endif%}