Commit b2a755de by Diana Huang

Add hooks for other statuses onto the dashboard

parent 74f0e885
<%! from django.utils.translation import ugettext as _ %>
<%!
from django.core.urlresolvers import reverse
from courseware.courses import course_image_url, get_course_about_section
import waffle
%>
<%namespace name='static' file='../static_content.html'/>
%if verification_status == 'approved':
%endif
<%doc>
This is for 'pending' statuses, where we are waiting for a response
</%doc>
%if verification_status in ('must_retry', 'submitted'):
%endif
%if verification_status == 'denied':
<li class="status status-verification is-denied">
<span class="title status-title">${_("ID-Verification Status")}</span>
......
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