diff --git a/lms/templates/verify_student/photo_verification.html b/lms/templates/verify_student/photo_verification.html index 39507fd1f8..8346b05917 100644 --- a/lms/templates/verify_student/photo_verification.html +++ b/lms/templates/verify_student/photo_verification.html @@ -147,11 +147,11 @@ $("#pay_button").click(submitToPaymentProcessing); $("#confirm_pics_good").click(function() { if (this.checked) { - $("#pay_button").removeClass('disabled'); + $("#pay_button_frame").removeClass('disabled'); } }); - $("#pay_button").addClass('disabled'); + $("#pay_button_frame").addClass('disabled'); initPhotoBlocks(); initVideoCapture(); @@ -384,11 +384,19 @@

Photos don't meet the requirements? Retake the photos.

- +
+ + -

Go to Step 4: Secure Payment

-

Once you verify your details match the requirements, you can move on to step 4, payment on our secure server.

+ + +

+ +

+
+

Once you verify your details match the requirements, you can move on to step 4, payment on our secure server.

+