diff --git a/agaric/templates/field/field--comment.html.twig b/agaric/templates/field/field--comment.html.twig index 2e1d9bc..72a1b76 100644 --- a/agaric/templates/field/field--comment.html.twig +++ b/agaric/templates/field/field--comment.html.twig @@ -49,8 +49,12 @@ {% if comment_form %} -

{{ 'Add new comment'|t }}

- {{ comment_form }} +
+
+

{{ 'Add new comment'|t }}

+ {{ comment_form }} +
+
{% endif %}