From f51a99c9bc8605e2bd9f5ceee4137d0de9c6999f Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Fri, 4 Oct 2013 13:28:33 -0400 Subject: [PATCH] Add in the static namespace to the new template --- lms/templates/dashboard/dashboard_course_listing.html | 3 +++ 1 file changed, 3 insertions(+) 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'/> +
  • <%