mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 22:37:28 +01:00
4 lines
147 B
Twig
4 lines
147 B
Twig
|
{% set form = action_template_data_store_service.getData(action) %}
|
||
|
{{ form_start(form, {'method': 'PUT'}) }}
|
||
|
{{ form(form) }}
|
||
|
{{ form_end(form) }}
|