diff --git a/templates/organization/edit.html.twig b/templates/organization/edit.html.twig index bd1b225..8f93d6a 100644 --- a/templates/organization/edit.html.twig +++ b/templates/organization/edit.html.twig @@ -8,7 +8,7 @@
- {{ form_start(form, {'action': path('organization_edit', {'id': organization.id}), 'method': 'PUT'}) }} + {{ form_start(form, {'action': path('organization_edit', {'id': organization.id}), 'method': 'POST'}) }} {{ form_widget(form) }} {{ form_end(form) }}