Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
50e9b435
Commit
50e9b435
authored
9 years ago
by
Will Daly
Browse files
Options
Downloads
Plain Diff
Merge pull request #7826 from edx/will/update-reverification-flow-copy
Update copy on reverification flow.
parents
aed9ba8a
d9ed2c02
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lms/templates/verify_student/incourse_reverify.html
+1
-2
1 addition, 2 deletions
lms/templates/verify_student/incourse_reverify.html
lms/templates/verify_student/incourse_reverify.underscore
+0
-4
0 additions, 4 deletions
lms/templates/verify_student/incourse_reverify.underscore
with
1 addition
and
6 deletions
lms/templates/verify_student/incourse_reverify.html
+
1
−
2
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"
>
...
...
This diff is collapsed.
Click to expand it.
lms/templates/verify_student/incourse_reverify.underscore
+
0
−
4
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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment