add room list to orga view

This commit is contained in:
Franzi 2021-11-20 20:30:13 +01:00
parent 18f82d1df3
commit f947d7ff02
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 10 additions and 0 deletions

View File

@ -21,6 +21,16 @@
Use <code>{EVENT_SLUG}</code> to get the event slug.
Use <code>{TALK_SLUG}</code> to get the talk slug.
</p>
{% if request.event.rooms %}
<h3>{% trans "room list" %}</h3>
<ul>
{% for room in request.event.rooms.all %}
<li><a href="{% url 'plugins:pretalx_lower_thirds:lowerthirds' request.event %}#{{ room.name }}">{{ room.name }}</a></li>
{% endfor %}
</ul>
{% endif %}
<div class="submit-group panel">
<span></span>
<span class="d-flex flex-row-reverse">