colors, dates

This commit is contained in:
j 2022-05-03 13:10:35 +01:00
commit 2170a219f5
3 changed files with 25 additions and 5 deletions

View file

@ -59,7 +59,7 @@ def timeline(request):
"millisecond": "",
"format": ""
},
"display_date": event.display_date,
"display_date": event.display_date if timeline['events'] else ' ',
"text": {
"headline": event.title,
"text": event.body