diff --git a/common/lib/xmodule/xmodule/course_module.py b/common/lib/xmodule/xmodule/course_module.py index 7aa4b81103..2b5ec749f1 100644 --- a/common/lib/xmodule/xmodule/course_module.py +++ b/common/lib/xmodule/xmodule/course_module.py @@ -364,7 +364,7 @@ class CourseFields(object): # way to add in course-specific styling. There needs to be a discussion # about the right way to do this, but arjun will address this ASAP. Also # note that the courseware template needs to change when this is removed. - css_class = String(help="DO NOT USE THIS", scope=Scope.settings) + css_class = String(help="DO NOT USE THIS", scope=Scope.settings, default="") # TODO: This is a quick kludge to allow CS50 (and other courses) to # specify their own discussion forums as external links by specifying a