Skip to content
Snippets Groups Projects
Commit 50e9b435 authored by Will Daly's avatar Will Daly
Browse files

Merge pull request #7826 from edx/will/update-reverification-flow-copy

Update copy on reverification flow.
parents aed9ba8a d9ed2c02
No related merge requests found
......@@ -9,8 +9,7 @@ from verify_student.views import PayAndVerifyView
<%block name="bodyclass">register verification-process step-requirements</%block>
<%block name="pagetitle">
${_("Verifying for \"{checkpoint_name}\" in course \"{course_name}\"").format(course_name=course_name,
checkpoint_name=checkpoint_name)}
${_("Re-Verify for {course_name}").format(course_name=course_name)}
</%block>
<%block name="header_extras">
......
<div id="wrapper-facephoto" class="wrapper-view block-photo face-photo-step">
<div class="facephoto view">
<h3 class="title"><%- gettext( "Take Your Photo" ) %></h3>
<p><%= gettext("Course key: ") + courseKey %></p>
<p><%= gettext("Checkpoint name: ") + checkpointName %></p>
<div class="instruction">
<p><%- gettext( "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID." ) %></p>
</div>
......@@ -45,11 +43,9 @@
</div>
</div>
<div>
<button class="action action-primary" id="submit"><%= gettext("Submit") %></button>
</div>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment