mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-10-31 23:05:53 +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,
|
||||
)
|
||||
lower_thirds_info_string = forms.CharField(
|
||||
help_text=_(
|
||||
"Will only be shown if there's a talk running."
|
||||
),
|
||||
initial="",
|
||||
label=_("info line"),
|
||||
required=False,
|
||||
|
|
Loading…
Reference in a new issue