Commit ab74b4d5 by Diana Huang

Merge pull request #1225 from edx/diana/fix-dashboard-error

Add in the static namespace to the new template
parents 94ce535f f51a99c9
......@@ -6,6 +6,9 @@
from courseware.courses import course_image_url, get_course_about_section
import waffle
%>
<%namespace name='static' file='../static_content.html'/>
<li class="course-item">
<article class="course ${enrollment.mode}">
<%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment