mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix AttributeError in e275677a0
This commit is contained in:
@@ -275,7 +275,7 @@ class EventWizard(SafeSessionWizardView):
|
|||||||
subevent=se
|
subevent=se
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
self.checkin_lists.create(
|
event.checkin_lists.create(
|
||||||
name=_('Default'),
|
name=_('Default'),
|
||||||
all_products=True
|
all_products=True
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user