mirror of https://github.com/interlegis/sapl.git
Edward Ribeiro
9 years ago
4 changed files with 26 additions and 4 deletions
@ -0,0 +1,8 @@ |
|||
{% extends "comissoes/comissao_detail.html" %} |
|||
{% load i18n %} |
|||
{% load crispy_forms_tags %} |
|||
|
|||
<h2>Incluir Parlamentar</h2> |
|||
{% block detail_content %} |
|||
|
|||
{% endblock detail_content %} |
@ -1,8 +1,10 @@ |
|||
{% extends "comissoes/comissao_detail.html" %} |
|||
{% load i18n %} |
|||
{% load crispy_forms_tags %} |
|||
|
|||
{% block actions %}{% endblock actions %} |
|||
|
|||
<h2>Composição</h2> |
|||
{% block detail_content %} |
|||
TODO ... Composição |
|||
{% endblock detail_content %} |
|||
|
|||
<a href="" class="button primary">Incluir Parlamentar</a> |
|||
|
|||
{% endblock detail_content %} |
Loading…
Reference in new issue