From 8ef99489c330fb60d0e82533068a9353ebd39656 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 3 Nov 2023 15:27:39 +0000 Subject: [PATCH] Switch calendar initial view to dayGridMonth --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 20345a1..e3c8969 100644 --- a/templates/index.html +++ b/templates/index.html @@ -30,7 +30,7 @@ plugins: [dayGridPlugin, timeGridPlugin, listPlugin ], themeSystem: 'bootstrap5', firstDay: 1, - initialView: 'timeGridWeek', + initialView: 'dayGridMonth', headerToolbar: { left: 'prev,next today', center: 'title',