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

This commit is contained in:
Johnny 2018-10-30 06:46:52 +00:00
parent 17dab6ec85
commit 12d55df268

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 />