blog: Mark entry headline safe in title.

We already strip tags, but this lets HTML entities render correctly.
This commit is contained in:
Brett Smith 2016-12-30 14:47:39 -05:00
parent 331b14b45e
commit 9fbc652c7c

View file

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