1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-04-29 12:17:18 +00:00

orga: ChoiceField cannot be required if '' is a valid choice

This commit is contained in:
Franziska Kunsmann 2023-03-01 13:58:00 +01:00
parent 788273e870
commit aa91af001c

View file

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