Do not auto-create a first subevent

This commit is contained in:
Raphael Michel
2020-06-08 16:22:11 +02:00
parent 42490c6dec
commit 0c3a200355
4 changed files with 9 additions and 26 deletions

View File

@@ -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']