mirror of https://github.com/interlegis/sigi.git
Eduardo Edson Batista Cordeiro Alves
9 years ago
committed by
Luciano Almeida
2 changed files with 19 additions and 59 deletions
@ -1,38 +0,0 @@ |
|||||
{% extends "crud/detail.html" %} |
|
||||
{% load i18n %} |
|
||||
|
|
||||
{% block actions %} |
|
||||
<div class="actions btn-group pull-right" role="group"> |
|
||||
<a href="{% url 'usuarios:habilitar_edit' pk %}" class="btn btn-default">{% trans 'Editar' %}</a> |
|
||||
</div> |
|
||||
{% endblock actions %} |
|
||||
|
|
||||
{% block msg %} |
|
||||
{% if not usuario.habilitado %} |
|
||||
<h4><font face="verdana" color="red"><p>Esse perfil ainda <strong>não está habilitado</strong> para uso das funcionalidades.</p></font></h4> |
|
||||
{% else %} |
|
||||
<h4><font face="verdana" color="green"><p>Esse perfil já <strong>está habilitado</strong> para uso das funcionalidades.</p></font></h4> |
|
||||
{% endif %} |
|
||||
{% endblock msg %} |
|
||||
|
|
||||
{% block title %} |
|
||||
<h1 class="page-header"> Habilitar </h1> |
|
||||
{% endblock %} |
|
||||
|
|
||||
{% block detail_content %} |
|
||||
<br /> |
|
||||
<dl> |
|
||||
<dt>Nome completo: </dt> |
|
||||
<dd> - {{ usuario.nome_completo }}</dd> |
|
||||
<dt>Email: </dt> |
|
||||
<dd> - {{ usuario.email }}</dd> |
|
||||
<dt>CPF: </dt> |
|
||||
<dd> - {{ usuario.cpf }}</dd> |
|
||||
<dt>Cargo: </dt> |
|
||||
<dd> - {{ usuario.cargo }}</dd> |
|
||||
<dt>Vinculo: </dt> |
|
||||
<dd> - {{ usuario.vinculo }}</dd> |
|
||||
<dt>Casa Legislativa: </dt> |
|
||||
<dd> - {{ usuario.casa_legislativa }}</dd> |
|
||||
</dl> |
|
||||
{% endblock detail_content %} |
|
Loading…
Reference in new issue