Commit d1f8f4be by Bridger Maxwell

Forgot to add this file in the last commit.

parent d5a5fcec
...@@ -12,8 +12,9 @@ import courseware.grades as grades ...@@ -12,8 +12,9 @@ import courseware.grades as grades
from certificates.models import GeneratedCertificate, certificate_state_for_student, revoke_certificate from certificates.models import GeneratedCertificate, certificate_state_for_student, revoke_certificate
from mitxmako.shortcuts import render_to_response, render_to_string from mitxmako.shortcuts import render_to_response, render_to_string
from student.models import UserProfile from student.models import UserProfile
from student.survey_questions import exit_survey_list_for_student #TODO: Finish migrating these changes from stable
from student.views import student_took_survey, record_exit_survey # 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") log = logging.getLogger("mitx.certificates")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment