Comments wrapper
This commit is contained in:
parent
709043ec6d
commit
b4dd8eafea
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,9 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
{{ comments }}
|
{{ comments }}
|
||||||
|
</div>
|
||||||
|
|
||||||
{% if comment_form %}
|
{% if comment_form %}
|
||||||
<h3 class="subtitle" id="comment-form">{{ 'Add new comment'|t }}</h3>
|
<h3 class="subtitle" id="comment-form">{{ 'Add new comment'|t }}</h3>
|
||||||
|
|
Loading…
Reference in a new issue