Commit 9b4b3dfa by Will Daly

Merge pull request #1903 from edx/will/fix-underscore-staff-grading

Add underscore to staff grading template
parents 461b4739 8374989c
......@@ -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>
......
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