add form post

This commit is contained in:
Hugo PRADIER
2024-06-05 11:58:28 +02:00
parent 8b9735b75c
commit 1d3ef1bfb8
4 changed files with 75 additions and 1 deletions

View File

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