Merge pull request #7311 from edx/mobile/MA-345-FB-URL

MA-345 Mobile Enrollment API: add course' Facebook URL.
This commit is contained in:
Nimisha Asthagiri
2015-03-13 13:56:42 -04:00
4 changed files with 34 additions and 2 deletions

View File

@@ -335,6 +335,15 @@ 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."),