typo
This commit is contained in:
parent
c5dc81d363
commit
d42c0336b1
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def timeline(request):
|
||||||
while len(end) < 3:
|
while len(end) < 3:
|
||||||
end.append(1)
|
end.append(1)
|
||||||
while len(start) < 3:
|
while len(start) < 3:
|
||||||
start.appstart(1)
|
start.append(1)
|
||||||
|
|
||||||
timeline['events'].append({
|
timeline['events'].append({
|
||||||
"start_date": {
|
"start_date": {
|
||||||
|
|
Loading…
Reference in a new issue