From 0649095e88d8547b6d8375452b5bf8bc65dd25ad Mon Sep 17 00:00:00 2001 From: rainydaysavings Date: Fri, 4 Sep 2020 19:19:03 +0100 Subject: [PATCH] [TWIG] Making notes view more easily customizable --- templates/note/view.html.twig | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 %}