Change streaming urls

This commit is contained in:
Laurent Lasudry 2021-07-06 09:46:42 +02:00
parent bcb9da62e3
commit 7038c1496a
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@
<tal:if tal:define="live_stream view/get_live_stream_infos"
tal:condition="live_stream/enabled">
<span class="streaming" tal:condition="live_stream/not_yet_streaming">Le streaming sera disponible pendant la réunion</span>
<a href="http://direct.pfwb.be" class="streaming" tal:condition="live_stream/streaming">Visionner en direct</a>
<a href="http://tv.pfwb.be" class="streaming" tal:condition="live_stream/finished">Consulter la vidéo</a>
<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>
</tal:if>
</li>