diff --git a/smash/web/templates/appointments/index.html b/smash/web/templates/appointments/index.html index 66aa979771b9489aa2cf7f065dc700b76a6e7454..b06cb857ded5c05577ba0d3913c3a895fd9c97d6 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>