From e104b9c5b0f029240b07964720519fb70ec9bae2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 12 Feb 2021 10:33:10 +0000 Subject: [PATCH] Title on calendat events --- webapp_calendar.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp_calendar.py b/webapp_calendar.py index 0135cc08e..48910ada1 100644 --- a/webapp_calendar.py +++ b/webapp_calendar.py @@ -358,7 +358,9 @@ def htmlCalendar(cssCache: {}, translate: {}, url = calActor + '/calendar?year=' + \ str(year) + '?month=' + \ str(monthNumber) + '?day=' + str(dayOfMonth) - dayLink = '' + \ + dayDescription = monthName + ' ' + str(dayOfMonth) + dayLink = '' + \ str(dayOfMonth) + '' # there are events for this day if not isToday: