From 2b04a1175e1f01ffa94c2f052b85a5fb9590bf20 Mon Sep 17 00:00:00 2001
From: Dorian Lesbre <dorian.lesbre@gmail.com>
Date: Sun, 25 Apr 2021 16:39:35 +0200
Subject: [PATCH] Removed 4am - 8am from planning

---
 home/templates/_planning.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home/templates/_planning.html b/home/templates/_planning.html
index 8473866..bf0b2b8 100644
--- a/home/templates/_planning.html
+++ b/home/templates/_planning.html
@@ -51,7 +51,7 @@ I.E we set all dates to the first day (Friday) and set groups allowing vertical
 	]);
 
 	// Configuration for the Timeline
-	const start = '{{ settings.date_start|date:"Y-m-d"}} 04:00:00';
+	const start = '{{ settings.date_start|date:"Y-m-d"}} 08:00:00';
 	const end = '{{ settings.date_start|date:"Y-m"}}-{{ saturday }} 04:00:00';
 	const options = {
 		showMajorLabels: false,
-- 
GitLab