From 728ed0262633b8097d968decd58547dbffcc65cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Mon, 16 Sep 2024 22:44:09 +0200 Subject: [PATCH] fix link --- colloscope/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colloscope/views.py b/colloscope/views.py index 832bde6..fb58aaf 100644 --- a/colloscope/views.py +++ b/colloscope/views.py @@ -191,7 +191,7 @@ def get_calendar_link(student, term): lien = CalendarLink(key=key, student=student, term=term) lien.save() - return f"export/calendar/{lien.key}/calendar.ics" + return f"/colloscope/export/calendar/{lien.key}/calendar.ics" def icalendar(request, key):