add form post
This commit is contained in:
3
templates/post/post.html.twig
Normal file
3
templates/post/post.html.twig
Normal file
@@ -0,0 +1,3 @@
|
||||
{{ form_start(form, {'attr': {'novalidate': 'novalidate'}}) }}
|
||||
{{ form_widget(form) }}
|
||||
{{ form_end(form) }}
|
Reference in New Issue
Block a user