Commit 5b3af20b by Joe Blaylock Committed by David Baumgold

Pass student grade label to certification process

parent e825cfb1
......@@ -192,6 +192,7 @@ class XQueueCertInterface(object):
'username': student.username,
'course_id': course_id,
'name': profile.name,
'grade': grade['grade'],
}
cert.status = status.generating
cert.save()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment