X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..3ff018b6b9cc5c0b36054456a671389a481f72a2:/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 %}