Fix indentation

This commit is contained in:
Raphael Michel
2024-10-14 09:26:56 +02:00
parent 40c8d014df
commit 7607cc5d2f

View File

@@ -125,7 +125,7 @@ class WaitingView(EventViewMixin, FormView):
if not self.itemvars:
messages.info(request, _("No ticket types are available for the waiting list, have a look at the "
"ticket shop instead."))
"ticket shop instead."))
return redirect(self.get_index_url())
return super().get(request, *args, **kwargs)