reorganization of files

This commit is contained in:
2021-10-07 16:09:17 +02:00
parent ddbd6a9f23
commit fb05d892a2
3 changed files with 15 additions and 1 deletions

View File

@@ -61,7 +61,7 @@
</table>
{% endif %}
{{ form_start(form) }}
{{ form_start(form, {'attr' : {'id' : 'create-form'}}) }}
{{ form_row(form.lastName, { 'label' : 'Last name'|trans }) }}