From 2bfc316e8e773b3c46b6f6726e8f70d622f14f08 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Tue, 4 Apr 2017 15:11:25 +0200
Subject: [PATCH] calendar  link in dashboard restored

---
 smash/web/templates/appointments/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smash/web/templates/appointments/index.html b/smash/web/templates/appointments/index.html
index 66aa9797..b06cb857 100644
--- a/smash/web/templates/appointments/index.html
+++ b/smash/web/templates/appointments/index.html
@@ -105,7 +105,7 @@
                 weekNumbers: true,
                 startParam: "start_date",
                 endParam: "end_date",
-                events: get_calendar_events_function("{% url 'web.api.appointments' full_list %}", false),
+                events: get_calendar_events_function("{% url 'web.api.appointments' full_list %}", true),
             });
         });
     </script>
-- 
GitLab