Skip to content
Snippets Groups Projects
Commit b90e1aec authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Bleach the content that the reviewers provide

parent c46faff4
No related branches found
No related tags found
No related merge requests found
{% extends "base-apply.html" %}
{% load bleach_tags %}
{% block content %}
<div class="wrapper wrapper--breakout wrapper--admin">
......@@ -13,7 +14,7 @@
<tr>
<th>{{ question }}</th>
{% for answer in answers %}
<td>{{ answer|safe }}</td>
<td>{{ answer|bleach }}</td>
{% endfor %}
</tr>
{% endfor %}
......
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