Update to 1.0 compatibility
[sommitrealweird.git] / sommitrealweird / bpcms / templates / bpcms / rst.html
index defd07930fbbdcc91870b8994464f00c0f2711fe..5257b78e523c0d24198e272808879b608c4e12b6 100644 (file)
@@ -2,6 +2,6 @@
 {% load markup %}
 
 {% block content %}
-<h1> {{ title }}</h1>
-{{ content|restructuredtext }}
+<h1>{{ title }}</h1>
+{{ content|restructuredtext|safe }}
 {% endblock %}