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=_(