Removes 'safe' template tag from help detail page (vulnerability).

This commit is contained in:
Johnny 2018-10-30 06:46:52 +00:00
parent d584fda9e6
commit 19638b3946

View file

@ -25,7 +25,7 @@
<div class="row">
<!-- left column -->
<div class="col-lg-9 col-sm-12">
<p>{{ entry_text|safe }}</p>
<p>{{ entry_text }}</p>
{% if topic_previous or topic_next %}
<hr />