Put in a dummy verification status into the dashboard.

This commit is contained in:
Diana Huang
2013-10-08 11:23:12 -04:00
parent d3a4747b06
commit ee52e0232e

View File

@@ -171,6 +171,21 @@
</li>
% endif
%if verification_status == 'denied':
<li>
<span class="title">${_("Photo Verification Failed")}</span>
<p>
${verification_msg}
</p>
<p>
<a href="${reverse('verify_student_reverify')}">Please submit new verification photos.</a>
</p>
<p>
Note: if you fail to pass a verification attempt before the course ends, you will not receive a verified certificate.
</p>
</li>
%endif
</ul>
</section>