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

add help text to info string

This commit is contained in:
Franzi 2021-11-21 08:43:33 +01:00
parent 35bccfc3cb
commit e1467a079c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -14,6 +14,9 @@ class LowerThirdsSettingsForm(HierarkeyForm):
required=True,
)
lower_thirds_info_string = forms.CharField(
help_text=_(
"Will only be shown if there's a talk running."
),
initial="",
label=_("info line"),
required=False,