Skip to content
Snippets Groups Projects
Commit 83a048d1 authored by Ruben Young On's avatar Ruben Young On
Browse files

Reformatted another part of the json in api/exams.py

parent d36c81c0
No related branches found
No related tags found
No related merge requests found
Pipeline #18563 passed
......@@ -125,10 +125,10 @@ class Exams(Resource):
{
'id': sub.copy_number,
'student': {
'id': sub.student.id,
'firstName': sub.student.first_name,
'lastName': sub.student.last_name,
'email': sub.student.email
'id': sub.student.id,
'firstName': sub.student.first_name,
'lastName': sub.student.last_name,
'email': sub.student.email
} if sub.student else None,
'validated': sub.signature_validated,
'problems': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment