diff --git a/openedx/core/djangoapps/models/course_details.py b/openedx/core/djangoapps/models/course_details.py index 95473adf21d4..acca23cf1f16 100644 --- a/openedx/core/djangoapps/models/course_details.py +++ b/openedx/core/djangoapps/models/course_details.py @@ -20,7 +20,6 @@ # handled separately; its value maps to an alternate key name. ABOUT_ATTRIBUTES = [ 'syllabus', - 'title', 'subtitle', 'duration', 'description',