mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemented form templates
This commit is contained in:
3
application/templates/source/form/content/name.html.twig
Normal file
3
application/templates/source/form/content/name.html.twig
Normal file
@@ -0,0 +1,3 @@
|
||||
{{ form_start(form) }}
|
||||
{{ form_widget(form) }}
|
||||
{{ form_end(form) }}
|
Reference in New Issue
Block a user