From 8bdbc2a498689e42aaea9dd092f91dc3d5afc13f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=A4ttasch?= <benjamin.haettasch@fachschaft.informatik.tu-darmstadt.de> Date: Tue, 19 May 2020 08:53:17 +0200 Subject: [PATCH] Hotfix for AK plan Remove typo from calendar JS --- AKPlan/templates/AKPlan/plan_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AKPlan/templates/AKPlan/plan_index.html b/AKPlan/templates/AKPlan/plan_index.html index 512137ae..f7880c2b 100644 --- a/AKPlan/templates/AKPlan/plan_index.html +++ b/AKPlan/templates/AKPlan/plan_index.html @@ -25,7 +25,7 @@ plugins: ['resourceTimeline', 'bootstrap'], timeZone: '{{ event.timezone }}', header: { - left: 'today prev,next', S + left: 'today prev,next', center: 'title', right: 'resourceTimelineDay,resourceTimelineEvent' }, -- GitLab