diff --git a/lms/djangoapps/verify_student/views.py b/lms/djangoapps/verify_student/views.py index f363c99a9c..89093b7c69 100644 --- a/lms/djangoapps/verify_student/views.py +++ b/lms/djangoapps/verify_student/views.py @@ -87,13 +87,10 @@ def final_verification(request): context = { "course_id" : "edX/Certs101/2013_Test" } return render_to_response("verify_student/final_verification.html", context) -# - def show_verification_page(request): pass - def enroll(user, course_id, mode_slug): """ Enroll the user in a course for a certain mode. diff --git a/lms/templates/verify_student/photo_verification.html b/lms/templates/verify_student/photo_verification.html index b49f132389..8cc81bc5f8 100644 --- a/lms/templates/verify_student/photo_verification.html +++ b/lms/templates/verify_student/photo_verification.html @@ -8,74 +8,79 @@