mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Only show guest option on login page when ordering
This commit is contained in:
@@ -96,7 +96,7 @@ class CartAdd(EventViewMixin, CartActionMixin, View):
|
||||
self.get_success_url(), reverse('presale:event.checkout.login', kwargs={
|
||||
'organizer': request.event.organizer.slug,
|
||||
'event': request.event.slug,
|
||||
}), 'next'
|
||||
}) + '?guest=1', 'next'
|
||||
)
|
||||
|
||||
return self.process(items)
|
||||
|
||||
Reference in New Issue
Block a user