Do not display the grade when student is not passing

This commit is contained in:
John Jarvis
2012-11-10 02:18:59 -05:00
parent ca6cfe4247
commit 1e956d448f

View File

@@ -192,8 +192,7 @@
<span class="grade-value">${cert_status['grade']}</span>
in this course.</p>
% elif cert_status['status'] == CertificateStatuses.notpassing:
<p class="message-copy">You did not complete the necessary requirements for
completion of this course. Your grade was <span class="grade-value">${cert_status['grade']}</span>
<p class="message-copy">You did not complete the necessary requirements for completion of this course.
</p>
% endif
% if cert_button or survey_button: