diff --git a/enterprise/constants.py b/enterprise/constants.py index cc0f8378f..f5090a141 100644 --- a/enterprise/constants.py +++ b/enterprise/constants.py @@ -59,6 +59,7 @@ class CourseModes: VERIFIED = 'verified' UNPAID_EXECUTIVE_EDUCATION = 'unpaid-executive-education' + # Course mode sorting based on slug COURSE_MODE_SORT_ORDER = [ CourseModes.VERIFIED,