Skip to content
Snippets Groups Projects
Commit 1e956d44 authored by John Jarvis's avatar John Jarvis
Browse files

Do not display the grade when student is not passing

parent ca6cfe42
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment