diff --git a/templates/note/view.html.twig b/templates/note/view.html.twig index fff6805ae0..605df5f687 100644 --- a/templates/note/view.html.twig +++ b/templates/note/view.html.twig @@ -15,12 +15,11 @@
{% for act in get_note_actions(note) %} -
- - - - {{ form(act) }} -
+ {{ form_start(act) }} +
+ {{ form_widget(act) }} +
+ {{ form_end(act) }} {% endfor %}