Added course stylesheet to courseware template

This commit is contained in:
Kyle Fiedler
2012-07-23 12:01:51 -04:00
parent e6465e420a
commit b49a6586be

View File

@@ -20,6 +20,7 @@
## TODO (cpennington): Remove this when we have a good way for modules to specify js to load on the page
## and in the wiki
<script type="text/javascript" src="${static.url('js/schematic.js')}"></script>
<link rel="stylesheet" href="/static/sass/course.css" type="text/css" media="all" / >
<%static:js group='courseware'/>