Commit 4e4a29e0 by John Jarvis

Removing unnecessary test for 'generating'

parent 9148d49a
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
% if cert_status['status'] in ('processing', 'generating'): % if cert_status['status'] in ('processing', 'generating'):
<p class="message-copy">Final course details are being wrapped up at <p class="message-copy">Final course details are being wrapped up at
this time. Your final standing will be available shortly.</p> this time. Your final standing will be available shortly.</p>
% elif cert_status['status'] in ('generating', 'ready', 'notpassing'): % elif cert_status['status'] in ('ready', 'notpassing'):
<p class="message-copy">Your final grade: <p class="message-copy">Your final grade:
<span class="grade-value">${cert_status['grade']}</span>, <span class="grade-value">${cert_status['grade']}</span>,
grade required for certificate: ${course.lowest_passing_grade}.</p> grade required for certificate: ${course.lowest_passing_grade}.</p>
......
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