]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/about.html
ALteration of the schema to a single content model. As a bonus there is a complete...
[osqa.git] / forum / skins / default / templates / about.html
index b81e7fa4ad883d0d282244ba148fe403f80ba841..f591d1a0aa21f7428a93aefa690c33ba9f509471 100644 (file)
@@ -1,6 +1,7 @@
 {% extends "base_content.html" %}
 <!-- template about.html -->
 {% load i18n %}
+{% load markup %}
 {% block title %}{% spaceless %}{% trans "About" %}{% endspaceless %}{% endblock %}
 
 {% block content %}
@@ -8,7 +9,7 @@
 {% trans "About" %}
 </div>
 <div class="content">
-{{ text|safe }}
+{{ text|markdown }}
 </div>
 {% endblock %}
 <!-- end template about.html -->