mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Fix indentation
This commit is contained in:
@@ -125,7 +125,7 @@ class WaitingView(EventViewMixin, FormView):
|
|||||||
|
|
||||||
if not self.itemvars:
|
if not self.itemvars:
|
||||||
messages.info(request, _("No ticket types are available for the waiting list, have a look at the "
|
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 redirect(self.get_index_url())
|
||||||
|
|
||||||
return super().get(request, *args, **kwargs)
|
return super().get(request, *args, **kwargs)
|
||||||
|
|||||||
Reference in New Issue
Block a user