Skip to content
Snippets Groups Projects
Commit 552ff770 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

display stream if avaliable

parent 708e880e
No related branches found
No related tags found
No related merge requests found
Pipeline #7662 passed
......@@ -22,6 +22,9 @@
<br><p>Es findet keine Aufzeichnung statt.</p>
{% endif %}
<br>
{% if event.stream %}
<p>Stream: <a href={{event.stream}}>{{event.stream}}</a></p><br>
{% endif %}
<b>Raum:</b>
{% for location in event.locations %}
{{ location | xml_escape }} <br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment