Hide certificates section if enrolled as audit.
LMS-1133
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user