Restrict comment form to middle flow

This commit is contained in:
benjamin melançon 2018-12-25 21:08:44 -05:00
parent e1f3746a29
commit d9a187bd58

View file

@ -49,8 +49,12 @@
</div>
{% if comment_form %}
<h3 class="subtitle" id="comment-form">{{ 'Add new comment'|t }}</h3>
{{ comment_form }}
<div class="flow content">
<div class="flow_middle">
<h3 class="subtitle" id="comment-form">{{ 'Add new comment'|t }}</h3>
{{ comment_form }}
</div>
</div>
{% endif %}
</div>