From d1f8f4bef082551c35c0fb181a261ed92bf605d1 Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Thu, 12 Jul 2012 17:10:12 -0400 Subject: [PATCH] Forgot to add this file in the last commit. --- lms/djangoapps/certificates/views.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lms/djangoapps/certificates/views.py b/lms/djangoapps/certificates/views.py index fad986c6ea..354e8cc4d4 100644 --- a/lms/djangoapps/certificates/views.py +++ b/lms/djangoapps/certificates/views.py @@ -12,8 +12,9 @@ import courseware.grades as grades from certificates.models import GeneratedCertificate, certificate_state_for_student, revoke_certificate from mitxmako.shortcuts import render_to_response, render_to_string from student.models import UserProfile -from student.survey_questions import exit_survey_list_for_student -from student.views import student_took_survey, record_exit_survey +#TODO: Finish migrating these changes from stable +# from student.survey_questions import exit_survey_list_for_student +# from student.views import student_took_survey, record_exit_survey log = logging.getLogger("mitx.certificates")