Commit 506ee58b by Galen Frechette

fixes template paths in course_about.html

parent c4bdfd9d
<%namespace name='static' file='static_content.html'/>
<%! from django.core.urlresolvers import reverse %>
<%namespace name='static' file='../static_content.html'/>
<%block name="js_extra">
<script src="${static.url('js/course_info.js')}"></script>
</%block>
......
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