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
1 changed files with 3 additions and 0 deletions

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,