diff --git a/users/templates/users/list.html b/users/templates/users/list.html index 0d4d385..e903926 100644 --- a/users/templates/users/list.html +++ b/users/templates/users/list.html @@ -24,7 +24,7 @@
{% trans 'Name' %}: {{ acc }}
{% trans 'Email' %}: {{ acc.email }}
{% trans 'Description' %}: + {% autoescape off %} + {{ acc.description|default:_("Not Informed")|striptags|truncatechars:300 }} + {% endautoescape %} +
{% trans 'No users found' %}