mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 01:04:23 +00:00
14 lines
274 B
Twig
14 lines
274 B
Twig
<h2>{{ 'Join a comment'|trans }}</h2>
|
|
|
|
{{ form_start(comment_form) }}
|
|
|
|
{{ form_widget(comment_form.comment) }}
|
|
|
|
<ul class="record_actions">
|
|
<li>
|
|
<button type="submit" class="btn btn-save">{{ 'Save'|trans }}</button>
|
|
</li>
|
|
</ul>
|
|
|
|
{{ form_end(comment_form) }}
|