LMS: corrects indentation issue in hint_manager.html template

This commit is contained in:
Brian Talbot
2013-10-11 11:56:05 -04:00
parent ef2218296f
commit 56b2205e25

View File

@@ -4,8 +4,8 @@
<%block name="headextra">
<%static:css group='style-course-vendor'/>
<%static:css group='style-course'/>
<%static:css group='style-course-vendor'/>
<%static:css group='style-course'/>
<script type="text/javascript" src="${static.url('js/vendor/flot/jquery.flot.js')}"></script>
<script type="text/javascript" src="${static.url('js/vendor/flot/jquery.flot.axislabels.js')}"></script>