EventWizard do not require copying

This commit is contained in:
Raphael Michel
2017-01-07 18:26:53 +01:00
parent b2cd633248
commit 41c8ed2400

View File

@@ -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
) )