X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/0f2d00f9d7d5d28149707f66c719b28edfe51aed..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 690fc7e..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" %} | + {% endif %}
{% if view_user.about %}
- {{view_user.about|safe|linebreaks}}
+ {{view_user.about|markdown}}
{% endif %}
|