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

fix naming issue with streams

parent 2272047d
No related branches found
No related tags found
No related merge requests found
Pipeline #26428 passed
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
{% if event.stream %} {% if event.stream %}
{%- capture event_start_plus %}{{event.eventdate | date: '%s' | plus: 172800 }}{%- endcapture -%} {%- capture event_start_plus %}{{event.eventdate | date: '%s' | plus: 172800 }}{%- endcapture -%}
{% if event_start_plus > nowunix -%} {% if event_start_plus > nowunix -%}
{% if stream_certain -%} {% if event.stream_certain -%}
<p>Chaotikum Live-Stream: <a href={{event.stream}}>{{event.stream}}</a></p><br> <p>Chaotikum Live-Stream: <a href={{event.stream}}>{{event.stream}}</a></p><br>
{%- else -%} {%- else -%}
<p>Chaotikum Vieleicht-Stream: <a href={{event.stream}}>{{event.stream}}</a> <span class="fa-solid fa-circle-info" data-toggle="tooltip" title="Das Chaotikum Video-Team nutzt Events im Chaotikum oft um mit der Technik zu spielen und Spaß am Gerät zu haben. Dabei kann gelegentlich ein Live-Stream entshehen! Vielleicht unter der angegebenen URL, Vielleicht nicht. Das ist alles komplett random. Alles kann, nichts muss. "></span></p><br> <p>Chaotikum Vieleicht-Stream: <a href={{event.stream}}>{{event.stream}}</a> <span class="fa-solid fa-circle-info" data-toggle="tooltip" title="Das Chaotikum Video-Team nutzt Events im Chaotikum oft um mit der Technik zu spielen und Spaß am Gerät zu haben. Dabei kann gelegentlich ein Live-Stream entshehen! Vielleicht unter der angegebenen URL, Vielleicht nicht. Das ist alles komplett random. Alles kann, nichts muss. "></span></p><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