Allow html in ``latest blog posts`` module title
[snf-cloudcms] / cloudcms / templates / content / latest_blog.html
index 76586dc..9f1bfa4 100644 (file)
@@ -1,7 +1,7 @@
 {% load applicationcontent_tags pagination_tags i18n %}
 
 <div class="section entry-list blog-latest">
-<h2>{{ content.title }}</h2>
+<h2>{{ content.title|safe }}</h2>
 {% for p in posts %}
 <div class="entry">
     <div class="since">{{ p.published_on|timesince }} ago, by {{ p.author }}</div>