Commit 0dc1d343 by Joe Blaylock

Certs merge bug fix

parent fe26dcb4
......@@ -194,7 +194,7 @@ class XQueueCertInterface(object):
cert_mode = GeneratedCertificate.MODES.honor
else:
# honor code and audit students
template_pdf = "certificate-template-{0}-{1}.pdf".format(**course_id_dict)
template_pdf = "certificate-template-{org}-{course}.pdf".format(**course_id_dict)
if forced_grade:
grade['grade'] = forced_grade
......
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