Fix required field

This commit is contained in:
Raphael Michel
2018-04-12 17:29:40 +02:00
parent a237078b68
commit a5ecad8fae

View File

@@ -156,7 +156,8 @@ class OrganizerDisplaySettingsForm(SettingsForm):
)
)
organizer_link_back = forms.BooleanField(
label=_('Link back to organizer overview on all event pages')
label=_('Link back to organizer overview on all event pages'),
required=False
)
locales = forms.MultipleChoiceField(
choices=settings.LANGUAGES,