diff --git a/templates/comissoes/comissao_detail.html b/templates/comissoes/comissao_detail.html index 37ba1ca49..5a1b23471 100644 --- a/templates/comissoes/comissao_detail.html +++ b/templates/comissoes/comissao_detail.html @@ -1,11 +1,9 @@ {% extends "crud/detail.html" %} {% load i18n %} - +{% block actions %} {% endblock %} {% block sections_nav %} {% endblock sections_nav %} diff --git a/templates/comissoes/composicao.html b/templates/comissoes/composicao.html index 0183d0ddf..28320fcd9 100644 --- a/templates/comissoes/composicao.html +++ b/templates/comissoes/composicao.html @@ -1,7 +1,7 @@ {% extends "comissoes/comissao_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} - +{% block actions %} {% endblock %}

Composição

{% block detail_content %} diff --git a/templates/materia/materialegislativa_detail.html b/templates/materia/materialegislativa_detail.html index 21b38fc09..f84836c2f 100644 --- a/templates/materia/materialegislativa_detail.html +++ b/templates/materia/materialegislativa_detail.html @@ -1,6 +1,6 @@ {% extends "crud/detail.html" %} {% load i18n %} - +{% block actions %} {% endblock %} {% block sections_nav %}