From a7f8c54f9751883e1a77469fd71eedb06245d185 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Thu, 30 Jun 2016 16:03:33 -0300 Subject: [PATCH] Muda tamanho da coluna na tabela de perfil --- templates/usuarios/usuario_detail.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/usuarios/usuario_detail.html b/templates/usuarios/usuario_detail.html index 441ffa9..1f60fa9 100644 --- a/templates/usuarios/usuario_detail.html +++ b/templates/usuarios/usuario_detail.html @@ -10,15 +10,15 @@ {% block detail_content %}
- - - - - - - - - + + + + + + + + +
Nome de Usuário: {{object.username}}
Nome completo: {{object.nome_completo}}
Email: {{object.email}}
CPF: {{object.cpf}}
RG: {{object.rg}}
Casa Legislativa: {{object.casa_legislativa}}
Cargo: {{object.cargo}}
Vínculo: {{object.vinculo}}
Telefone(s):
Nome de Usuário: {{object.username}}
Nome completo: {{object.nome_completo}}
Email: {{object.email}}
CPF: {{object.cpf}}
RG: {{object.rg}}
Casa Legislativa: {{object.casa_legislativa}}
Cargo: {{object.cargo}}
Vínculo: {{object.vinculo}}
Telefone(s): {% for tel in telefones %} {{tel|last}}