mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
5 lines
140 B
Twig
5 lines
140 B
Twig
{{ form_start(form) }}
|
|
{{ form_widget(form) }}
|
|
<button class="btn">{{ button_label|default('Save') }}</button>
|
|
{{ form_end(form) }}
|