Add underscore to staff grading template

This commit is contained in:
Will Daly
2013-12-09 23:55:29 +00:00
parent b784979976
commit 8374989c11

View File

@@ -6,6 +6,7 @@
<%block name="headextra">
<%static:css group='style-course-vendor'/>
<%static:css group='style-course'/>
<script type="text/javascript" src="${static.url('js/vendor/underscore-min.js')}"></script>
</%block>
<%block name="title"><title>${_("{course_number} Staff Grading").format(course_number=course.display_number_with_default) | h}</title></%block>