mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-21 19:11:02 +00:00
fix indentation in settings html
This commit is contained in:
parent
d22f7826ac
commit
40245ec86d
1 changed files with 12 additions and 12 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue