diff --git a/scipost_django/organizations/views.py b/scipost_django/organizations/views.py index 077aa0819a7be1b33dd27dcb45ef4b6540773dbb..7118d22902eac3e1d5e6c35fcace9cf9a7ec496f 100644 --- a/scipost_django/organizations/views.py +++ b/scipost_django/organizations/views.py @@ -97,6 +97,7 @@ class OrganizationUpdateView(PermissionsMixin, UpdateView): Update an Organization. """ permission_required = 'scipost.can_manage_organizations' + model = Organization form_class = OrganizationForm template_name = 'organizations/organization_update.html' success_url = reverse_lazy('organizations:organizations')