main2
Bob Mottram 2019-10-11 12:47:48 +01:00
parent 170aa94e00
commit f053c6f80d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
--event-background: orange;
--event-foreground:white;
--title-text: #282c37;
--title-background: #222;
--title-background: #ccc;
}
body {

View File

@ -2895,7 +2895,7 @@ def htmlCalendar(translate: {}, \
if currDate.month==monthNumber:
if dayOfMonth==currDate.day:
isToday=True
if dayOfMonth==4 or dayOfMonth==11:
if dayOfMonth==4 or dayOfMonth==5 or dayOfMonth==12:
events[str(dayOfMonth)]=[{"test": 1},{"test2": 2},{"test3": 3},{"test4": 4}]
if events.get(str(dayOfMonth)):
eventDots=''