New event series selection field

This commit is contained in:
Raphael Michel
2020-06-08 16:20:50 +02:00
parent 60c0b7da12
commit 42490c6dec
3 changed files with 59 additions and 6 deletions

View File

@@ -47,11 +47,6 @@ class EventWizardFoundationForm(forms.Form):
)
has_subevents = forms.BooleanField(
label=_("This is an event series"),
help_text=_('Only recommended for advanced users. If this feature is enabled, this will not only be a '
'single event but a series of very similar events that are handled within a single shop. '
'The single events inside the series can only differ in date, time, location, prices and '
'quotas, but not in other settings, and buying tickets across multiple of these events at '
'the same time is possible. You cannot change this setting for this event later.'),
required=False,
)