infinito/application/symfony/templates/entity/_entity_update.html.twig
2019-02-25 21:23:49 +01:00

4 lines
147 B
Twig

{% set form = action_template_data_store_service.getData(action) %}
{{ form_start(form, {'method': 'PUT'}) }}
{{ form(form) }}
{{ form_end(form) }}