Skip to content

Commit 8bbcc5f

Browse files
committed
Merged Ben's safe/escape template fixes (Django 1.x)
- Legacy-Id: 1821
1 parent 5dadead commit 8bbcc5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idtracker/documentcomment_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1 class="first">Comment on {{ object.document.document.displayname_with_link|s
3434
<span class="{{ object.get_ballot_display }}">[IESG Evaluation {{ object.get_ballot_display|upper }}] </span>
3535
{% endif %}
3636

37-
<pre>{{ object.comment_text|wrap_long_lines|escape }}</pre></td></tr>
37+
<pre>{{ object.comment_text|wrap_long_lines|safe }}</pre></td></tr>
3838
</table>
3939

4040
<form action="."><p><input type="button" value="Back" onClick="history.go(-1)"/></p></form>

0 commit comments

Comments
 (0)