diff --git a/templates/_includes/html/form/task/add.html.twig b/templates/_includes/html/form/task/add.html.twig index 5892468..4b273cb 100644 --- a/templates/_includes/html/form/task/add.html.twig +++ b/templates/_includes/html/form/task/add.html.twig @@ -27,7 +27,7 @@ +{{ form_widget(form.submit, {attr: {class: 'w-100'}, label: 'Nouvelle tâche'}) }}

-{{ form_widget(form.submit, {attr: {class: 'w-100'}, label: 'Nouvelle tâche'}) }} {{ form_end(form) }} \ No newline at end of file diff --git a/templates/_includes/html/form/task/edit.html.twig b/templates/_includes/html/form/task/edit.html.twig index a092359..9943796 100644 --- a/templates/_includes/html/form/task/edit.html.twig +++ b/templates/_includes/html/form/task/edit.html.twig @@ -27,7 +27,7 @@ +{{ form_widget(form.submit, {attr: {class: 'w-100'}, label: 'Enregistrer'}) }}

-{{ form_widget(form.submit, {attr: {class: 'w-100'}, label: 'Enregistrer'}) }} {{ form_end(form) }} \ No newline at end of file