This commit is contained in:
Frédéric Péters 2011-11-28 18:05:55 +01:00
parent 544cd7fa75
commit 5e7ada6f19
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,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}/ecouter.m3u" class="streaming">Streaming</a>
<a tal:attributes="href string:${event/absolute_url}/seance.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>