Skip to content
Snippets Groups Projects
Commit 27c0104b authored by Calen Pennington's avatar Calen Pennington
Browse files

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

html escape errors
parents ef2bfac3 868b076e
No related merge requests found
......@@ -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>
......
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