X-Git-Url: https://git.openstreetmap.org/osqa.git/blobdiff_plain/77c34a5005c5e159e7795c985888162b88609d5d..0f2d00f9d7d5d28149707f66c719b28edfe51aed:/forum/skins/default/templates/about.html diff --git a/forum/skins/default/templates/about.html b/forum/skins/default/templates/about.html index b81e7fa..f591d1a 100644 --- a/forum/skins/default/templates/about.html +++ b/forum/skins/default/templates/about.html @@ -1,6 +1,7 @@ {% extends "base_content.html" %} {% load i18n %} +{% load markup %} {% block title %}{% spaceless %}{% trans "About" %}{% endspaceless %}{% endblock %} {% block content %} @@ -8,7 +9,7 @@ {% trans "About" %}
-{{ text|safe }} +{{ text|markdown }}
{% endblock %}