Hide certificates section if enrolled as audit.

LMS-1133
This commit is contained in:
Diana Huang
2013-10-30 09:24:00 -04:00
parent 78bbaa02b8
commit 97b076cb84

View File

@@ -57,7 +57,7 @@
</h3>
</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':
status_css_class = 'course-status-certrendering'