mirror of
https://github.com/pretix/pretix.git
synced 2026-04-28 00:02:37 +00:00
EventWizard do not require copying
This commit is contained in:
@@ -107,7 +107,7 @@ class EventWizardCopyForm(forms.Form):
|
||||
),
|
||||
widget=forms.RadioSelect,
|
||||
empty_label=_('Do not copy'),
|
||||
required=True
|
||||
required=False
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user