Commit 97b076cb by Diana Huang

Hide certificates section if enrolled as audit.

LMS-1133
parent 78bbaa02
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
</h3> </h3>
</hgroup> </hgroup>
% if course.has_ended() and cert_status: % if course.has_ended() and cert_status and not enrollment.mode == 'audit':
<% <%
if cert_status['status'] == 'generating': if cert_status['status'] == 'generating':
status_css_class = 'course-status-certrendering' status_css_class = 'course-status-certrendering'
......
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