mirror of https://github.com/interlegis/sapl.git
Edward Ribeiro
9 years ago
10 changed files with 67 additions and 5 deletions
@ -0,0 +1,7 @@ |
|||
{% extends "protocoloadm/protocoloadm_detail.html" %} |
|||
{% load i18n %} |
|||
{% load crispy_forms_tags %} |
|||
|
|||
{% block detail_content %} |
|||
Receber Proposição |
|||
{% endblock detail_content %} |
@ -0,0 +1,7 @@ |
|||
{% extends "protocoloadm/protocoloadm_detail.html" %} |
|||
{% load i18n %} |
|||
{% load crispy_forms_tags %} |
|||
|
|||
{% block detail_content %} |
|||
Proposições Incorporadas |
|||
{% endblock detail_content %} |
@ -0,0 +1,7 @@ |
|||
{% extends "protocoloadm/protocoloadm_detail.html" %} |
|||
{% load i18n %} |
|||
{% load crispy_forms_tags %} |
|||
|
|||
{% block detail_content %} |
|||
Receber Não Incorporadas |
|||
{% endblock detail_content %} |
@ -0,0 +1,7 @@ |
|||
{% extends "protocoloadm/protocoloadm_detail.html" %} |
|||
{% load i18n %} |
|||
{% load crispy_forms_tags %} |
|||
|
|||
{% block detail_content %} |
|||
Proposições Não Recebidas |
|||
{% endblock detail_content %} |
Loading…
Reference in new issue