Restrict comment form to middle flow
This commit is contained in:
parent
e1f3746a29
commit
d9a187bd58
1 changed files with 6 additions and 2 deletions
|
@ -49,8 +49,12 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if comment_form %}
|
{% if comment_form %}
|
||||||
|
<div class="flow content">
|
||||||
|
<div class="flow_middle">
|
||||||
<h3 class="subtitle" id="comment-form">{{ 'Add new comment'|t }}</h3>
|
<h3 class="subtitle" id="comment-form">{{ 'Add new comment'|t }}</h3>
|
||||||
{{ comment_form }}
|
{{ comment_form }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue