maybe?
This commit is contained in:
parent
28638ffb38
commit
61338a1fb1
@ -168,7 +168,7 @@ def login_status(request):
|
|||||||
"last_name": racer.last_name,
|
"last_name": racer.last_name,
|
||||||
"email": racer.email,
|
"email": racer.email,
|
||||||
"team": racer.team,
|
"team": racer.team,
|
||||||
"date_of_birth": racer.date_of_birth,
|
"date_of_birth": racer.date_of_birth.strftime("%Y-%m-%d"),
|
||||||
"paid": racer.paid,
|
"paid": racer.paid,
|
||||||
} for racer in racers]
|
} for racer in racers]
|
||||||
}), content_type='application/json')
|
}), content_type='application/json')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user