Merge pull request #466 from MITx/feature/victor/html-escape-errors
html escape errors
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user