forked from indymedia/epicyon
Debug
parent
6caa442263
commit
170aa94e00
|
@ -2895,7 +2895,7 @@ def htmlCalendar(translate: {}, \
|
||||||
if currDate.month==monthNumber:
|
if currDate.month==monthNumber:
|
||||||
if dayOfMonth==currDate.day:
|
if dayOfMonth==currDate.day:
|
||||||
isToday=True
|
isToday=True
|
||||||
if dayOfMonth==4:
|
if dayOfMonth==4 or dayOfMonth==11:
|
||||||
events[str(dayOfMonth)]=[{"test": 1},{"test2": 2},{"test3": 3},{"test4": 4}]
|
events[str(dayOfMonth)]=[{"test": 1},{"test2": 2},{"test3": 3},{"test4": 4}]
|
||||||
if events.get(str(dayOfMonth)):
|
if events.get(str(dayOfMonth)):
|
||||||
eventDots=''
|
eventDots=''
|
||||||
|
|
Loading…
Reference in New Issue