diff --git a/lms/templates/verify_student/incourse_reverify.html b/lms/templates/verify_student/incourse_reverify.html index 554dcddbe3..6a24eb072f 100644 --- a/lms/templates/verify_student/incourse_reverify.html +++ b/lms/templates/verify_student/incourse_reverify.html @@ -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"> diff --git a/lms/templates/verify_student/incourse_reverify.underscore b/lms/templates/verify_student/incourse_reverify.underscore index 381f77bd09..f842e43f67 100644 --- a/lms/templates/verify_student/incourse_reverify.underscore +++ b/lms/templates/verify_student/incourse_reverify.underscore @@ -1,8 +1,6 @@
<%= gettext("Course key: ") + courseKey %>
-<%= gettext("Checkpoint name: ") + checkpointName %>
<%- gettext( "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID." ) %>