From 0e5f3e4f08a5111fdaf94c45a9340d1a77ad9be5 Mon Sep 17 00:00:00 2001 From: "Dave St.Germain" Date: Tue, 4 Feb 2014 14:37:38 -0500 Subject: [PATCH] The default course CSS class should be empty string rather than None. --- common/lib/xmodule/xmodule/course_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/course_module.py b/common/lib/xmodule/xmodule/course_module.py index a7519902c9..4c76d11e04 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