1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-05-16 22:22:33 +00:00

some typography

This commit is contained in:
Franzi 2022-11-15 13:45:51 +01:00
parent a272f21498
commit d22f7826ac
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ class BroadcastToolsSettingsForm(I18nFormMixin, HierarkeyForm):
help_text=_( help_text=_(
"Will be shown as talk title if there's currently no talk running." "Will be shown as talk title if there's currently no talk running."
), ),
label=_('"no talk running" information'), label=_('"No talk running" information'),
widget=I18nTextInput, widget=I18nTextInput,
required=True, required=True,
) )
@ -18,7 +18,7 @@ class BroadcastToolsSettingsForm(I18nFormMixin, HierarkeyForm):
"Will only be shown if there's a talk running. You may use " "Will only be shown if there's a talk running. You may use "
"the place holders mentioned below." "the place holders mentioned below."
), ),
label=_("info line"), label=_("Info line"),
required=False, required=False,
widget=I18nTextInput, widget=I18nTextInput,
) )
@ -52,7 +52,7 @@ class BroadcastToolsSettingsForm(I18nFormMixin, HierarkeyForm):
"Will get printed as-is. You may use the place holders " "Will get printed as-is. You may use the place holders "
"mentioned below." "mentioned below."
), ),
label=_("Additional Text"), label=_("Additional text"),
required=False, required=False,
widget=Textarea, widget=Textarea,
) )

View file

@ -8,7 +8,7 @@
<fieldset> <fieldset>
<legend> <legend>
{% translate "Set up lower thirds" %} {% translate "Lower thirds" %}
</legend> </legend>
{% bootstrap_field form.broadcast_tools_lower_thirds_no_talk_info layout='event' %} {% bootstrap_field form.broadcast_tools_lower_thirds_no_talk_info layout='event' %}
{% bootstrap_field form.broadcast_tools_lower_thirds_info_string layout='event' %} {% bootstrap_field form.broadcast_tools_lower_thirds_info_string layout='event' %}