diff --git a/pretalx_broadcast_tools/templates/pretalx_broadcast_tools/orga.html b/pretalx_broadcast_tools/templates/pretalx_broadcast_tools/orga.html index 73c8034..43d26ee 100644 --- a/pretalx_broadcast_tools/templates/pretalx_broadcast_tools/orga.html +++ b/pretalx_broadcast_tools/templates/pretalx_broadcast_tools/orga.html @@ -12,41 +12,43 @@ {% bootstrap_field form.lower_thirds_no_talk_info layout='event' %} {% bootstrap_field form.lower_thirds_info_string layout='event' %} -

- The info line will be shown on the bottom right side of your - lower third. If you set it to an empty string, it will automatically - hide itself. -

-

- pretalx will automatically replace some placeholders in your info - string. - Use {CODE} to embed the talk code (MUX9U3 - for example). You could use this to directly link to the talk - feedback page. - Use {EVENT_SLUG} to get the event slug. - Use {TALK_SLUG} to get the talk slug. -

+

+ The info line will be shown on the bottom right side of your + lower third. If you set it to an empty string, it will automatically + hide itself. +

+

+ pretalx will automatically replace some placeholders in your info + string. + Use {CODE} to embed the talk code (MUX9U3 + for example). You could use this to directly link to the talk + feedback page. + Use {EVENT_SLUG} to get the event slug. + Use {TALK_SLUG} to get the talk slug. +

- {% if request.event.rooms %} -

{% trans "room list" %}

- - {% endif %} - -
- - - - -
+ {% if request.event.rooms %} +

{% trans "room list" %}

+ + {% endif %} + +
+
+ + + + +
+
{% endblock %}