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

merging export.py

parent 73d00dbf
No related branches found
No related tags found
1 merge request!293Resolve "Revise to old export scheme"
......@@ -36,6 +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.
Please register or to comment