Commit ee52e023 by Diana Huang

Put in a dummy verification status into the dashboard.

parent d3a4747b
...@@ -171,6 +171,21 @@ ...@@ -171,6 +171,21 @@
</li> </li>
% endif % 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> </ul>
</section> </section>
......
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