Skip to content
Snippets Groups Projects
Commit c3c3423d authored by Jakob Dieterle's avatar Jakob Dieterle
Browse files

revert to old export format, necessary changes to make it possible

parent 68306b77
No related tags found
1 merge request!293Resolve "Revise to old export scheme"
Pipeline #322175 passed
......@@ -36,7 +36,7 @@ class StudentJSONExport(APIView):
passwords = _set_student_passwords() if set_passwords else None
selected_exam = request.data.get('selected_exam')
result = ExamType.objects.get(exam_type_id=selected_exam)
content = [
{'Matrikel': student.matrikel_no,
'Name': student.user.fullname,
......
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