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}} |