Merge pull request #1730 from strikaco/safehelp

Removes 'safe' template tag from help detail page (vulnerability).
This commit is contained in:
Griatch 2018-10-30 22:18:38 +01:00 committed by GitHub
commit ec2a5507fe

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