Commit 80cf1939 by Joe Blaylock

Merge pull request #833 from edx/jrbl/pass_grades_to_certificates

Pass student grade label to certification process
parents ce83924f 5b3af20b
......@@ -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