소스 검색

fixed salle

master
tr4ck3ur des JM2L 8 년 전
부모
커밋
cfa767705b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      jm2l/views.py

+ 1
- 1
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)


불러오는 중...
취소
저장