mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-21 19:31:02 +00:00
orga: ChoiceField cannot be required if '' is a valid choice
This commit is contained in:
parent
788273e870
commit
aa91af001c
1 changed files with 1 additions and 1 deletions
|
@ -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=_(
|
||||
|
|
Loading…
Reference in a new issue