From 25874c29b058f5ad3f90597a44bf7f8d8d879bb5 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 22 Aug 2013 22:33:05 -0400 Subject: [PATCH] add face capture button --- lms/djangoapps/verify_student/views.py | 3 - .../verify_student/photo_verification.html | 116 ++++++++++-------- 2 files changed, 62 insertions(+), 57 deletions(-) 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 @@