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

fix indentation in settings html

This commit is contained in:
Franzi 2022-11-15 13:57:56 +01:00
parent d22f7826ac
commit 40245ec86d
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -37,20 +37,20 @@
{% bootstrap_field form.broadcast_tools_pdf_additional_content layout='event' %} {% bootstrap_field form.broadcast_tools_pdf_additional_content layout='event' %}
</fieldset> </fieldset>
<fieldset> <fieldset>
<p> <p>
pretalx will automatically replace some placeholders in your custom pretalx will automatically replace some placeholders in your custom
content: content:
</p> </p>
<dl> <dl>
<dt><code>{CODE}</code></dt> <dt><code>{CODE}</code></dt>
<dd>Use to embed the talk code (<code>MUX9U3</code> for example).</dd> <dd>Use to embed the talk code (<code>MUX9U3</code> for example).</dd>
<dt><code>{EVENT_SLUG}</code></dt> <dt><code>{EVENT_SLUG}</code></dt>
<dd>Use to embed the event slug.</dd> <dd>Use to embed the event slug.</dd>
<dt><code>{TALK_SLUG}</code></dt> <dt><code>{TALK_SLUG}</code></dt>
<dd>Use to embed the talk slug.</dd> <dd>Use to embed the talk slug.</dd>
</dl> </dl>
<div class="submit-group panel"> <div class="submit-group panel">
<span></span> <span></span>
<span class="d-flex flex-row-reverse"> <span class="d-flex flex-row-reverse">