Show same thing on dash for audit and honor code students.

This commit is contained in:
Diana Huang
2014-05-06 17:52:43 -04:00
parent 8ef2d5ab67
commit aa8ae81034

View File

@@ -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