X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/410bfa05ee36ed1d99356c443a5f3f6aa3ee9578..b86f8cb34daecd1cd260771713412ebf0a0abc31:/forum/skins/default/templates/users/info.html?ds=sidebyside diff --git a/forum/skins/default/templates/users/info.html b/forum/skins/default/templates/users/info.html index a8b2175..efe2b43 100644 --- a/forum/skins/default/templates/users/info.html +++ b/forum/skins/default/templates/users/info.html @@ -4,7 +4,9 @@ {% load humanize %} {% load smart_if %} {% load i18n %} +{% load markup %} {% load user_tags %} +
{% trans "reputation" %}
- {% comment %}{% user_moderation request.user view_user %}{% endcomment %} - | -|
- {% joinitems using ' | ' %} - {% trans "update profile" %} - {% separator %} - authentication settings - {% endjoinitems %} - | -|
{% trans "Registered user" %} |
{% if view_user.about %}
- {{view_user.about|safe|linebreaks}}
+ {{view_user.about|markdown}}
{% endif %}
|
---|