diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index 845880c69f..43b69ea44b 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -279,6 +279,10 @@ % if cert_status['status'] == 'notpassing': Grade required for a certificate: ${"{0:.0f}%".format(float(course.lowest_passing_grade)*100)}. + % elif cert_status['status'] == 'restricted': +
% endif % endif