get agenda url from event

This commit is contained in:
Frédéric Péters 2011-11-30 22:45:58 +01:00
parent cf2eb41e20
commit 9f539c9f44
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ jQuery(document).ready(function(){
<a tal:condition="previous_url" class="previous" href="#" tal:attributes="href previous_url">←</a>
<div class="date">
<span class="day" tal:content="event/start/day">30</span><span class="month" tal:content="event/start_month">mars</span>
<a class="open-calendar" href="#" tal:attributes="href string:${event/absolute_url}/../">Ouvrir le calendrier</a>
<a class="open-calendar" href="#" tal:attributes="href string:${event/agenda_url}">Ouvrir le calendrier</a>
</div>
<a tal:condition="next_url" class="next" href="#" tal:attributes="href next_url">→</a>
</div>