Commit 7b751aef by marcotuts

Merge pull request #3627 from edx/diana/fix-audit-cert

Fix audit certificate display
parents 8ef2d5ab aa8ae810
......@@ -82,7 +82,7 @@
</h3>
</hgroup>
% if course.may_certify() and cert_status and not enrollment.mode == 'audit':
% if course.may_certify() and cert_status:
<%include file='_dashboard_certificate_information.html' args='cert_status=cert_status,course=course, enrollment=enrollment'/>
% endif
......
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