From cfa767705bb3b7d52af8d95bfe981d3a04de2a55 Mon Sep 17 00:00:00 2001 From: tr4ck3ur Date: Sat, 28 Nov 2015 14:52:42 +0100 Subject: [PATCH] fixed salle --- jm2l/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jm2l/views.py b/jm2l/views.py index a943b41..fed8b60 100644 --- a/jm2l/views.py +++ b/jm2l/views.py @@ -132,7 +132,7 @@ def ICal_Progamme_Dyn_Request(request): event.add('dtstart', ev.start_time.replace(tzinfo=tz, day=today.day, month = today.month, hour=(ev.start_time.hour)%24 ) ) event.add('dtend', ev.end_time.replace(tzinfo=tz, day=today.day, month = today.month, hour=(ev.end_time.hour)%24 ) ) event.add('created', ev.last_change.replace(tzinfo=tz) ) - event.add('description', "http://jm2l.linux-azur.org:8081/%s.webm" % TabCorr.get(ev.Salle.phy_salle_id, ev.Salle.phy_salle_id) ) + event.add('description', "http://jm2l.linux-azur.org:8080/%s.webm" % TabCorr.get(ev.Salle.phy_salle_id, ev.Salle.phy_salle_id) ) event.add('location', "http://jm2l.linux-azur.org/img/%d.gif" % ev.Salle.phy_salle_id ) event.add('url', "http://www.linux-azur.org/event/%s/%s" % (ev.for_year, ev.slug) ) event.add('priority', 5)