diff --git a/cms/djangoapps/models/settings/course_details.py b/cms/djangoapps/models/settings/course_details.py index afb215e018..ab96448dad 100644 --- a/cms/djangoapps/models/settings/course_details.py +++ b/cms/djangoapps/models/settings/course_details.py @@ -215,7 +215,7 @@ class CourseDetails(object): # the right thing result = None if video_key: - result = '' return result diff --git a/cms/templates/settings.html b/cms/templates/settings.html index ad78d9eb22..04e225c5a7 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -263,7 +263,7 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url}';