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

Fix success url

parent c10bb6d1
No related branches found
No related tags found
No related merge requests found
Pipeline #114099 failed
......@@ -157,7 +157,7 @@ class EventRegistrationCreateView(PermissionRequiredMixin, AdvancedCreateView):
form_class = EditEventRegistrationForm
permission_required = "paweljong.create_registration_rule"
template_name = "paweljong/event_registration/create.html"
success_url = reverse_lazy("registrations")
success_url = reverse_lazy("manage_events")
success_message = _("The event registration has been created.")
......
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