fix link
This commit is contained in:
parent
d29d921222
commit
728ed02626
|
@ -191,7 +191,7 @@ def get_calendar_link(student, term):
|
||||||
lien = CalendarLink(key=key, student=student, term=term)
|
lien = CalendarLink(key=key, student=student, term=term)
|
||||||
lien.save()
|
lien.save()
|
||||||
|
|
||||||
return f"export/calendar/{lien.key}/calendar.ics"
|
return f"/colloscope/export/calendar/{lien.key}/calendar.ics"
|
||||||
|
|
||||||
|
|
||||||
def icalendar(request, key):
|
def icalendar(request, key):
|
||||||
|
|
Loading…
Reference in New Issue