From d9ed2c024b4157e6af09ea1b6548244e041b958a Mon Sep 17 00:00:00 2001 From: Will Daly Date: Tue, 28 Apr 2015 08:10:24 -0400 Subject: [PATCH] Update copy on reverifcation flow. * Remove course ID and checkpoint name debugging information. * Update page title. --- lms/templates/verify_student/incourse_reverify.html | 3 +-- lms/templates/verify_student/incourse_reverify.underscore | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) 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 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 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( "Take Your Photo" ) %>

-

<%= 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." ) %>

@@ -45,11 +43,9 @@
-
-