X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/cd19cb00154021685ea43d164a4dc8599b2e0a0e..1cbbc10ec680da017745add73b98986197988bd3:/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 fb6fcde..efe2b43 100644 --- a/forum/skins/default/templates/users/info.html +++ b/forum/skins/default/templates/users/info.html @@ -4,6 +4,9 @@ {% load humanize %} {% load smart_if %} {% load i18n %} +{% load markup %} +{% load user_tags %} +
{% trans "reputation" %}
- {% trans "Moderate this user" %}- - - |
- |||
- {% joinitems using ' | ' %} - {% trans "update profile" %} - {% separator %} - authentication settings - {% endjoinitems %} - | -|||
{% trans "Registered user" %} |
|||
---|---|---|---|
{% trans "age" %} | -{% get_age view_user.date_of_birth %} {% trans "age unit" %} | +{% trans "age" %} | +{% get_age view_user.date_of_birth %} {% trans "age unit" %} | {% endif %}
{% if view_user.about %}
- {{view_user.about|safe|linebreaks}}
+ {{view_user.about|markdown}}
{% endif %}
|