From acddd41eea564f1e3e7562246357c9e976c72e88 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Mon, 12 Mar 2018 09:54:59 -0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20adiciona=20nome=20e=20sobrenome=20de?= =?UTF-8?q?=20usu=C3=A1rios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/auth/user_list.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 }}