infinito/application/symfony/templates/entity/_entity_update.html.twig

4 lines
147 B
Twig
Raw Permalink Normal View History

2019-02-25 21:23:49 +01:00
{% set form = action_template_data_store_service.getData(action) %}
{{ form_start(form, {'method': 'PUT'}) }}
{{ form(form) }}
{{ form_end(form) }}