Merge pull request #466 from MITx/feature/victor/html-escape-errors

html escape errors
This commit is contained in:
Calen Pennington
2012-08-20 19:11:38 -07:00

View File

@@ -54,8 +54,8 @@
<div id="course-errors">
<ul>
% for (msg, err) in course_errors:
<li>${msg}
<ul><li><pre>${err}</pre></li></ul>
<li>${msg | h}
<ul><li><pre>${err | h}</pre></li></ul>
</li>
% endfor
</ul>