Am-I-late/templates/question/_form.html.twig

4 lines
139 B
Plaintext
Raw Permalink Normal View History

2018-06-05 15:56:40 +00:00
{{ form_start(form) }}
{{ form_widget(form) }}
<button class="btn">{{ button_label|default('Save') }}</button>
{{ form_end(form) }}