Fix AttributeError in e275677a0

This commit is contained in:
Raphael Michel
2019-12-06 20:31:17 +01:00
parent c3041aa8c4
commit a6dd6ac537

View File

@@ -275,7 +275,7 @@ class EventWizard(SafeSessionWizardView):
subevent=se
)
else:
self.checkin_lists.create(
event.checkin_lists.create(
name=_('Default'),
all_products=True
)