add escaping

This commit is contained in:
Chris Dodge
2013-07-31 15:07:19 -04:00
parent 93df9c4c30
commit 3a2bb7ba01
21 changed files with 97 additions and 14 deletions

View File

@@ -2,8 +2,12 @@
<%inherit file="main.html" />
<%namespace name='static' file='static_content.html'/>
<<<<<<< HEAD
<%block name="title"><title>${_('{course_number} Textbook').format(course_number=course.display_number_with_default)}</title>
=======
<%block name="title"><title>${course.display_number_with_default | h} Textbook</title>
>>>>>>> add escaping
</%block>
<%block name="headextra">