add form species

This commit is contained in:
Hugo PRADIER
2024-06-05 11:36:46 +02:00
parent 48bc5fd8c3
commit 247f9e6a01
7 changed files with 108 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
{{ form_start(form, {'attr': {'novalidate': 'novalidate'}}) }}
{{ form_widget(form) }}
{{ form_end(form) }}