Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
50e9b435
Commit
50e9b435
authored
Apr 29, 2015
by
Will Daly
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7826 from edx/will/update-reverification-flow-copy
Update copy on reverification flow.
parents
aed9ba8a
d9ed2c02
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
+1
-6
lms/templates/verify_student/incourse_reverify.html
+1
-2
lms/templates/verify_student/incourse_reverify.underscore
+0
-4
No files found.
lms/templates/verify_student/incourse_reverify.html
View file @
50e9b435
...
...
@@ -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"
>
...
...
lms/templates/verify_student/incourse_reverify.underscore
View file @
50e9b435
<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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment