Commit aa8ae810 by Diana Huang

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

parent 8ef2d5ab
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
</h3> </h3>
</hgroup> </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'/> <%include file='_dashboard_certificate_information.html' args='cert_status=cert_status,course=course, enrollment=enrollment'/>
% endif % 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