Convert Course, Section and Sequence XModules to XBlocks. (#25965)

This commit is contained in:
Usman Khalid
2021-03-02 20:29:33 +05:00
committed by GitHub
parent 2dc4f35ce4
commit dd96a2aa72
68 changed files with 332 additions and 290 deletions

View File

@@ -179,7 +179,7 @@ def get_course_display_string(descriptor):
Returns a string to display for a course or course overview.
Arguments:
descriptor (CourseDescriptor|CourseOverview): a course or course overview.
descriptor (CourseBlock|CourseOverview): a course or course overview.
"""
return ' '.join([
descriptor.display_org_with_default,