
Co-authored-by: bastien ollier <bastien.ollier@etu.uca.fr> Reviewed-on: https://codefirst.iut.uca.fr/git/clement.freville2/herbarium/pulls/17 Reviewed-by: Clément FRÉVILLE <clement.freville2@etu.uca.fr> Co-authored-by: Bastien OLLIER <bastien.ollier@noreply.codefirst.iut.uca.fr> Co-committed-by: Bastien OLLIER <bastien.ollier@noreply.codefirst.iut.uca.fr>
5 lines
158 B
Twig
5 lines
158 B
Twig
{{ form_start(form) }}
|
|
{{ form_widget(form) }}
|
|
<button class="btn btn-primary">{{ button_label|default('save'|trans) }}</button>
|
|
{{ form_end(form) }}
|