website/www/conservancy/templates/feeds/news_description.html
Ben Sturmfels 14abe07a4a
Remove unnecessary use of "safe" template tag.
This tag marks a variable as not requiring escaping by the template engine,
potentially creating cross-site scripting vulnerabilities, so shouldn't be used
unless absolutely necessary. In these cases, I don't think it's necessary.
2021-12-17 21:55:47 +11:00

3 lines
116 B
HTML

{% if obj.subhead %}<p><strong>{{ obj.subhead }}</strong></p>{% endif %}
{{ obj.summary|safe }}
{{ obj.body|safe }}