forked from CGM_Public/pretix_original
Do not auto-create a first subevent
This commit is contained in:
@@ -154,6 +154,7 @@ class EventWizardBasicsForm(I18nModelForm):
|
||||
if self.has_subevents:
|
||||
del self.fields['presale_start']
|
||||
del self.fields['presale_end']
|
||||
del self.fields['date_to']
|
||||
|
||||
if self.has_control_rights(self.user, self.organizer):
|
||||
del self.fields['team']
|
||||
|
||||
Reference in New Issue
Block a user