Files
edx-platform/lms/templates/verify_student/final_verification.html
2013-08-21 16:21:52 -04:00

11 lines
201 B
HTML

<%! from django.utils.translation import ugettext as _ %>
<%! from django.core.urlresolvers import reverse %>
<%inherit file="../main.html" />
<%block name="content">
Final Verification!
</%block>