SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit a25d4c54 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Debug Organization update

parent d33fe42c
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment