news: Render HTML entities in press release titles.
Same rationale as for blogs a few commits ago.
This commit is contained in:
parent
170aa38bb5
commit
7f5f98e5db
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{% extends "base_news.html" %}
|
||||
|
||||
{% block subtitle %}{{ object.headline|striptags }} - {% endblock %}
|
||||
{% block subtitle %}{{ object.headline|striptags|safe }} - {% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue