From aa91af001cc2dba81f579058961bcdefa8b52b95 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 1 Mar 2023 13:58:00 +0100 Subject: [PATCH] orga: ChoiceField cannot be required if '' is a valid choice --- pretalx_broadcast_tools/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pretalx_broadcast_tools/forms.py b/pretalx_broadcast_tools/forms.py index df65d81..12ebaaf 100644 --- a/pretalx_broadcast_tools/forms.py +++ b/pretalx_broadcast_tools/forms.py @@ -39,7 +39,7 @@ class BroadcastToolsSettingsForm(I18nFormMixin, HierarkeyForm): "is configurable here." ), label=_("lower content"), - required=True, + required=False, ) broadcast_tools_room_info_show_next_talk = BooleanField( help_text=_(