colors, dates
This commit is contained in:
parent
5844fdaaf3
commit
2170a219f5
3 changed files with 25 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue