From 36f7d439aad13b78eb50b6cf45774ad839b860de Mon Sep 17 00:00:00 2001 From: Jay Zoldak Date: Wed, 11 Sep 2013 16:18:59 -0400 Subject: [PATCH] Change locators of links to match updated ids --- lms/djangoapps/courseware/features/certificates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/djangoapps/courseware/features/certificates.py b/lms/djangoapps/courseware/features/certificates.py index 952dd04d6c..d52cd41cbf 100644 --- a/lms/djangoapps/courseware/features/certificates.py +++ b/lms/djangoapps/courseware/features/certificates.py @@ -80,8 +80,8 @@ def should_see_the_course_on_my_dashboard(step): def goto_next_step(step, step_num): btn_css = { '1': '#face_next_button', - '2': '#face_next_button', - '3': '#photo_id_next_button', + '2': '#face_next_link', + '3': '#photo_id_next_link', '4': '#pay_button', } next_css = {