mirror of https://github.com/interlegis/sapl.git
Eduardo Edson Batista Cordeiro Alves
9 years ago
1 changed files with 7 additions and 1 deletions
@ -1,7 +1,13 @@ |
|||||
{% extends "parlamentares/parlamentares_detail.html" %} |
{% extends "parlamentares/parlamentares_detail.html" %} |
||||
{% load i18n %} |
{% load i18n %} |
||||
{% load crispy_forms_tags %} |
{% load crispy_forms_tags %} |
||||
|
{% block sections_nav %} |
||||
|
<dl class="sub-nav left"> |
||||
|
<dd><a href="" id="incluir-parlamentar" class="button secondary">{% trans 'Mandatos' %}</a></dd> |
||||
|
<dd><a href="" id="incluir-parlamentar" class="button secondary">{% trans 'Filiações Partidárias' %}</a></dd> |
||||
|
<dd><a href="" id="incluir-parlamentar" class="button secondary">{% trans 'Dependentes' %}</a></dd> |
||||
|
</dl> |
||||
|
{% endblock sections_nav %} |
||||
{% block detail_content %} |
{% block detail_content %} |
||||
{% crispy form %} |
{% crispy form %} |
||||
{% endblock %} |
{% endblock %} |
Loading…
Reference in new issue