Repository : http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
commit 6c507c6b0490c784eb9ac1ccf05c40dc8f3a3e14 Author: Johan Cwiklinski johan@x-tnd.be Date: Sun Nov 4 12:04:12 2012 +0100
Add iCal URL
fedocal/templates/master.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/fedocal/templates/master.html b/fedocal/templates/master.html index 7ebdabf..5dd5553 100644 --- a/fedocal/templates/master.html +++ b/fedocal/templates/master.html @@ -58,7 +58,8 @@ </li> {% endif %} <li> - <a href="#">iCal export</a> + <a href="{{url_for('ical_out', + calendar_name=calendar.calendar_name)}}">iCal export</a> </li> <li> <a href="#">Contact admin</a>
fedocal-devel@lists.fedorahosted.org