update form
This commit is contained in:
4
templates/post/_form.html.twig
Normal file
4
templates/post/_form.html.twig
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ form_start(form) }}
|
||||
{{ form_widget(form) }}
|
||||
<button class="btn">{{ button_label|default('Save') }}</button>
|
||||
{{ form_end(form) }}
|
Reference in New Issue
Block a user