From f947d7ff029c5ab097e45a97e1a99d2164682035 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 20 Nov 2021 20:30:13 +0100 Subject: [PATCH] add room list to orga view --- .../templates/pretalx_lower_thirds/orga.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pretalx_lower_thirds/templates/pretalx_lower_thirds/orga.html b/pretalx_lower_thirds/templates/pretalx_lower_thirds/orga.html index e09db12..11717a0 100644 --- a/pretalx_lower_thirds/templates/pretalx_lower_thirds/orga.html +++ b/pretalx_lower_thirds/templates/pretalx_lower_thirds/orga.html @@ -21,6 +21,16 @@ Use {EVENT_SLUG} to get the event slug. Use {TALK_SLUG} to get the talk slug.

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

{% trans "room list" %}

+ + {% endif %} +