Skip to content
Snippets Groups Projects
Commit 62857eea authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix OrganisationEditView

parent 25f5a267
No related branches found
No related tags found
No related merge requests found
Pipeline #133849 failed
......@@ -42,7 +42,6 @@ class OrganisationEditView(PermissionRequiredMixin, AdvancedEditView):
form_class = OrganisationForm
permission_required = "vereinsmeier.edit_organisation_rule"
template_name = "vereinsmeier/organisation/edit.html"
template_name = "vereinsmeier.edit_organisation_rule"
success_url = reverse_lazy("organisations")
success_message = _("The organisation was successfully saved.")
......
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