link streaming links from seance list to new m3u name

This commit is contained in:
Frédéric Péters 2011-12-02 15:47:40 +01:00
parent eb1851ae3c
commit 4725558115
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ jq('#tabellio-agenda tbody a').click(
<div>
<p class="date"><a tal:attributes="href event/absolute_url"><span tal:content="event/shortdatetime"/></a></p>
<div>
<a tal:attributes="href string:${event/absolute_url}/seance.m3u" class="streaming">Streaming</a>
<a tal:attributes="href string:${event/absolute_url}/ecouter.m3u" class="streaming">Streaming</a>
<a class="cri" tal:condition="event/cri" href="#"
tal:attributes="href event/cri/to_object/absolute_url">Compte-rendu intégral</a>
</div>