forked from CGM_Public/pretix_original
EventWizard do not require copying
This commit is contained in:
@@ -107,7 +107,7 @@ class EventWizardCopyForm(forms.Form):
|
|||||||
),
|
),
|
||||||
widget=forms.RadioSelect,
|
widget=forms.RadioSelect,
|
||||||
empty_label=_('Do not copy'),
|
empty_label=_('Do not copy'),
|
||||||
required=True
|
required=False
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user