diff --git a/lms/templates/course.html b/lms/templates/course.html index e8c7cd5875..e3dd9baf43 100644 --- a/lms/templates/course.html +++ b/lms/templates/course.html @@ -19,7 +19,7 @@
- + ${course.number} ${get_course_about_section(course, 'title')} Cover Image

${get_course_about_section(course, 'short_description')}

diff --git a/lms/templates/courseware/courses.html b/lms/templates/courseware/courses.html index 7f0d596f4b..f731f0d989 100644 --- a/lms/templates/courseware/courses.html +++ b/lms/templates/courseware/courses.html @@ -10,9 +10,9 @@
% if self.stanford_theme_enabled(): diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index c41d753444..835e466ab2 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -211,11 +211,11 @@ % if course.id in show_courseware_links_for: - + ${course.number} ${course.display_name_with_default} Cover Image % else:
- + ${course.number} ${course.display_name_with_default} Cover Image
% endif