Implemented form templates

This commit is contained in:
Kevin Frantz
2018-09-17 13:15:36 +02:00
parent 72ddc46712
commit a8781de51a
4 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
{{ form_start(form) }}
{{ form_widget(form) }}
{{ form_end(form) }}