summaryrefslogtreecommitdiff
path: root/design/templates/details/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/details/page.html')
-rw-r--r--design/templates/details/page.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/design/templates/details/page.html b/design/templates/details/page.html
index a98f1c4..bb80a72 100644
--- a/design/templates/details/page.html
+++ b/design/templates/details/page.html
@@ -27,7 +27,9 @@
<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>
{%endif%}
</main>
{% endblock %}