news: Render HTML entities in press release titles.

Same rationale as for blogs a few commits ago.
This commit is contained in:
Brett Smith 2016-12-30 22:22:01 -05:00
parent 170aa38bb5
commit 7f5f98e5db

View file

@ -1,6 +1,6 @@
{% extends "base_news.html" %}
{% block subtitle %}{{ object.headline|striptags }} - {% endblock %}
{% block subtitle %}{{ object.headline|striptags|safe }} - {% endblock %}
{% block content %}