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 @@ - + + @@ -21,6 +22,7 @@ + {% 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 %}
Nome de UsuárioNome de LoginNome E-mail do Usuário
{{ user.username }} {{ user.first_name }} {{ user.last_name }} {{ user.email }}