Commit 13e06a37 by Diana Huang Committed by GitHub

Merge pull request #15560 from edx/diana/deprecate-setting

Deprecate the Course Home Sidebar setting.
parents 3dbe0481 6f24c5a2
......@@ -426,6 +426,7 @@ class CourseFields(object):
"Enter the heading that you want students to see above your course handouts on the Course Home page. "
"Your course handouts appear in the right panel of the page."
),
deprecated=True,
scope=Scope.settings, default=_('Course Handouts'))
show_timezone = Boolean(
help=_(
......
......@@ -182,7 +182,6 @@ class AdvancedSettingsPage(CoursePage):
'advertised_start',
'announcement',
'display_name',
'info_sidebar_name',
'is_new',
'issue_badges',
'max_student_enrollments_allowed',
......
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