diff --git a/lms/templates/dashboard/dashboard_course_listing.html b/lms/templates/dashboard/dashboard_course_listing.html index d4f56b52fa..3442cb93aa 100644 --- a/lms/templates/dashboard/dashboard_course_listing.html +++ b/lms/templates/dashboard/dashboard_course_listing.html @@ -6,6 +6,9 @@ from courseware.courses import course_image_url, get_course_about_section import waffle %> + +<%namespace name='static' file='../static_content.html'/> +