Commit 05cae8c6 by cahrens

Deprecate end_of_course_survey_url until it can be removed.

parent 125930cf
...@@ -280,7 +280,8 @@ class CourseFields(object): ...@@ -280,7 +280,8 @@ class CourseFields(object):
end_of_course_survey_url = String( end_of_course_survey_url = String(
display_name=_("Course Survey URL"), display_name=_("Course Survey URL"),
help=_("Enter the URL for the end-of-course survey. If your course does not have a survey, enter null."), help=_("Enter the URL for the end-of-course survey. If your course does not have a survey, enter null."),
scope=Scope.settings scope=Scope.settings,
deprecated=True # We wish to remove this entirely, TNL-3399
) )
discussion_blackouts = List( discussion_blackouts = List(
display_name=_("Discussion Blackout Dates"), display_name=_("Discussion Blackout Dates"),
......
...@@ -184,7 +184,6 @@ class AdvancedSettingsPage(CoursePage): ...@@ -184,7 +184,6 @@ class AdvancedSettingsPage(CoursePage):
'no_grade', 'no_grade',
'display_coursenumber', 'display_coursenumber',
'display_organization', 'display_organization',
'end_of_course_survey_url',
'catalog_visibility', 'catalog_visibility',
'chrome', 'chrome',
'days_early_for_beta', 'days_early_for_beta',
......
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