Skip to content
Snippets Groups Projects
Commit 3a065342 authored by cahrens's avatar cahrens
Browse files

Remove unused profile name.

The profile name requires escaping when displayed. Proactively removing since it is not being used.
parent bfdd1883
No related branches found
Tags release-2021-05-09-11.05
No related merge requests found
......@@ -90,7 +90,6 @@ def get_grade_book_page(request, course, course_key):
'id': student.id,
'email': student.email,
'grade_summary': student_grades(student, request, course),
'realname': student.profile.name,
}
for student in enrolled_students
]
......
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