diff --git a/sapl/templates/auth/user_list.html b/sapl/templates/auth/user_list.html index d1f45fca6..b24cb764e 100644 --- a/sapl/templates/auth/user_list.html +++ b/sapl/templates/auth/user_list.html @@ -11,7 +11,8 @@
Nome de Usuário | +Nome de Login | +Nome | E-mail do Usuário | {{ user.username }} | +{{ user.first_name }} {{ user.last_name }} | {{ user.email }} | {% endfor %} @@ -29,5 +31,5 @@ {% endif %} Criar Usuário - {% include 'paginacao.html'%} -{% endblock base_content %} \ No newline at end of file + {% include 'paginacao.html'%} +{% endblock base_content %}
---|