Streaming is now always enabled

This commit is contained in:
Laurent Lasudry 2021-07-12 21:55:43 +02:00
parent ee211a913c
commit eedba4c616
2 changed files with 2 additions and 4 deletions

View File

@ -49,8 +49,7 @@
<span class="cri" tal:condition="python: not(context.cri and context.cri.to_object)">Compte-rendu intégral (non disponible)</span></li>
<li>
<tal:if tal:define="live_stream view/get_live_stream_infos"
tal:condition="live_stream/enabled">
<tal:if tal:define="live_stream view/get_live_stream_infos">
<span class="streaming" tal:condition="live_stream/not_yet_streaming">Le streaming sera disponible pendant la réunion</span>
<a href="https://www.youtube.com/c/ParlementF%C3%A9d%C3%A9rationWallonieBruxelles" class="streaming" tal:condition="live_stream/streaming">Visionner en direct</a>
<a href="https://www.youtube.com/c/ParlementF%C3%A9d%C3%A9rationWallonieBruxelles" class="streaming" tal:condition="live_stream/finished">Consulter la vidéo</a>

View File

@ -48,8 +48,7 @@
<span class="cri" tal:condition="python: not(context.cri and context.cri.to_object)">Compte-rendu intégral (non disponible)</span></li>
<li>
<tal:if tal:define="live_stream view/get_live_stream_infos"
tal:condition="live_stream/enabled">
<tal:if tal:define="live_stream view/get_live_stream_infos">
<span class="streaming" tal:condition="live_stream/not_yet_streaming">Le streaming sera disponible pendant la réunion</span>
<a href="https://www.youtube.com/c/ParlementF%C3%A9d%C3%A9rationWallonieBruxelles" class="streaming" tal:condition="live_stream/streaming">Visionner en direct</a>
<a href="https://www.youtube.com/c/ParlementF%C3%A9d%C3%A9rationWallonieBruxelles" class="streaming" tal:condition="live_stream/finished">Consulter la vidéo</a>