mirror of https://github.com/interlegis/sapl.git
Marcio Mazza
10 years ago
4 changed files with 13 additions and 5 deletions
@ -1,6 +1,8 @@ |
|||
{% extends "comissoes/comissao_detail.html" %} |
|||
{% load i18n %} |
|||
|
|||
{% block actions %}{% endblock actions %} |
|||
|
|||
{% block detail_content %} |
|||
TODO ... Composição |
|||
{% endblock detail_content %} |
|||
|
@ -1,6 +1,8 @@ |
|||
{% extends "comissoes/comissao_detail.html" %} |
|||
{% load i18n %} |
|||
|
|||
{% block actions %}{% endblock actions %} |
|||
|
|||
{% block detail_content %} |
|||
TODO ... Matérias |
|||
{% endblock detail_content %} |
|||
|
@ -1,6 +1,8 @@ |
|||
{% extends "comissoes/comissao_detail.html" %} |
|||
{% load i18n %} |
|||
|
|||
{% block actions %}{% endblock actions %} |
|||
|
|||
{% block detail_content %} |
|||
TODO ... Reuniões |
|||
{% endblock detail_content %} |
|||
|
Loading…
Reference in new issue