Remove unused Mobile Social Facebook endpoint

This commit is contained in:
Nimisha Asthagiri
2016-01-25 10:40:35 -05:00
parent 080b7d7bbd
commit fa8ca11d8c
39 changed files with 19 additions and 1578 deletions

View File

@@ -338,15 +338,6 @@ class CourseFields(object):
help=_("Enter the unique identifier for your course's video files provided by edX."),
scope=Scope.settings
)
facebook_url = String(
help=_(
"Enter the URL for the official course Facebook group. "
"If you provide a URL, the mobile app includes a button that students can tap to access the group."
),
default=None,
display_name=_("Facebook URL"),
scope=Scope.settings
)
no_grade = Boolean(
display_name=_("Course Not Graded"),
help=_("Enter true or false. If true, the course will not be graded."),