Skip to content
Snippets Groups Projects
Commit 8374989c authored by Will Daly's avatar Will Daly
Browse files

Add underscore to staff grading template

parent b7849799
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment