mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-24 21:21:02 +00:00
add help text to info string
This commit is contained in:
parent
35bccfc3cb
commit
e1467a079c
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ class LowerThirdsSettingsForm(HierarkeyForm):
|
||||||
required=True,
|
required=True,
|
||||||
)
|
)
|
||||||
lower_thirds_info_string = forms.CharField(
|
lower_thirds_info_string = forms.CharField(
|
||||||
|
help_text=_(
|
||||||
|
"Will only be shown if there's a talk running."
|
||||||
|
),
|
||||||
initial="",
|
initial="",
|
||||||
label=_("info line"),
|
label=_("info line"),
|
||||||
required=False,
|
required=False,
|
||||||
|
|
Loading…
Reference in a new issue