Commit 1e956d44 by John Jarvis

Do not display the grade when student is not passing

parent ca6cfe42
...@@ -192,8 +192,7 @@ ...@@ -192,8 +192,7 @@
<span class="grade-value">${cert_status['grade']}</span> <span class="grade-value">${cert_status['grade']}</span>
in this course.</p> in this course.</p>
% elif cert_status['status'] == CertificateStatuses.notpassing: % elif cert_status['status'] == CertificateStatuses.notpassing:
<p class="message-copy">You did not complete the necessary requirements for <p class="message-copy">You did not complete the necessary requirements for completion of this course.
completion of this course. Your grade was <span class="grade-value">${cert_status['grade']}</span>
</p> </p>
% endif % endif
% if cert_button or survey_button: % if cert_button or survey_button:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment