Skip to content

Commit

Permalink
Remove default broken URL added to new courses
Browse files Browse the repository at this point in the history
New courses created in studio currently have a broken default image added by default.
By removing this URL at creation, it enables the default image set in LMS to display: https://github.com/edx/edx-platform/pull/8282
  • Loading branch information
caesar2164 committed Jul 6, 2015
1 parent ad5a98e commit 48e867b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib/xmodule/xmodule/course_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ class CourseFields(object):
),
scope=Scope.settings,
# Ensure that courses imported from XML keep their image
default="images_course_image.jpg"
default=""
)
issue_badges = Boolean(
display_name=_("Issue Open Badges"),
Expand Down

0 comments on commit 48e867b

Please sign in to comment.