diff --git a/templates/materia/autoria.html b/templates/materia/autoria.html index b772ffc12..8c3371cf6 100644 --- a/templates/materia/autoria.html +++ b/templates/materia/autoria.html @@ -1,7 +1,7 @@ {% extends "materia/materialegislativa_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} - +{% block actions %} {% endblock %} {% block detail_content %}
Matéria Legislativa diff --git a/templates/materia/autoria_edit.html b/templates/materia/autoria_edit.html index 34bc36678..a0d09fe09 100644 --- a/templates/materia/autoria_edit.html +++ b/templates/materia/autoria_edit.html @@ -1,7 +1,7 @@ {% extends "materia/materialegislativa_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} - +{% block actions %} {% endblock %} {% block detail_content %}
Matéria Legislativa diff --git a/templates/materia/despacho_inicial.html b/templates/materia/despacho_inicial.html index ece4e5efa..e8dca82b2 100644 --- a/templates/materia/despacho_inicial.html +++ b/templates/materia/despacho_inicial.html @@ -1,7 +1,7 @@ {% extends "materia/materialegislativa_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} - +{% block actions %} {% endblock %} {% block detail_content %}
Matéria Legislativa diff --git a/templates/materia/despacho_inicial_edit.html b/templates/materia/despacho_inicial_edit.html index 522814771..8b9d0da73 100644 --- a/templates/materia/despacho_inicial_edit.html +++ b/templates/materia/despacho_inicial_edit.html @@ -1,7 +1,7 @@ {% extends "materia/materialegislativa_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} - +{% block actions %} {% endblock %} {% block detail_content %}
Matéria Legislativa diff --git a/templates/materia/documento_acessorio.html b/templates/materia/documento_acessorio.html index 9a5577f9d..d5e707f01 100644 --- a/templates/materia/documento_acessorio.html +++ b/templates/materia/documento_acessorio.html @@ -1,7 +1,7 @@ {% extends "materia/materialegislativa_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} - +{% block actions %} {% endblock %} {% block detail_content %}
Matéria Legislativa diff --git a/templates/materia/documento_acessorio_edit.html b/templates/materia/documento_acessorio_edit.html index 2fbaa59a2..7e772c407 100644 --- a/templates/materia/documento_acessorio_edit.html +++ b/templates/materia/documento_acessorio_edit.html @@ -1,7 +1,7 @@ {% extends "materia/materialegislativa_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} - +{% block actions %} {% endblock %} {% block detail_content %}
Matéria Legislativa diff --git a/templates/materia/legislacao_citada.html b/templates/materia/legislacao_citada.html index 06d328fc6..faf06e3e6 100644 --- a/templates/materia/legislacao_citada.html +++ b/templates/materia/legislacao_citada.html @@ -1,7 +1,7 @@ {% extends "materia/materialegislativa_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} - +{% block actions %} {% endblock %} {% block detail_content %}
Matéria Legislativa diff --git a/templates/materia/legislacao_citada_edit.html b/templates/materia/legislacao_citada_edit.html index 7d44605ef..5d9d3845e 100644 --- a/templates/materia/legislacao_citada_edit.html +++ b/templates/materia/legislacao_citada_edit.html @@ -1,7 +1,7 @@ {% extends "materia/materialegislativa_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} - +{% block actions %} {% endblock %} {% block detail_content %}
Matéria Legislativa diff --git a/templates/materia/materia_anexada.html b/templates/materia/materia_anexada.html index 5649c1108..2bb5f6d98 100644 --- a/templates/materia/materia_anexada.html +++ b/templates/materia/materia_anexada.html @@ -1,7 +1,7 @@ {% extends "materia/materialegislativa_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} - +{% block actions %} {% endblock %} {% block detail_content %}
Matéria Legislativa diff --git a/templates/materia/materia_anexada_edit.html b/templates/materia/materia_anexada_edit.html index bf6335546..bbd8f2fd0 100644 --- a/templates/materia/materia_anexada_edit.html +++ b/templates/materia/materia_anexada_edit.html @@ -1,7 +1,7 @@ {% extends "materia/materialegislativa_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} - +{% block actions %} {% endblock %} {% block detail_content %}
Matéria Legislativa diff --git a/templates/materia/materialegislativa_detail.html b/templates/materia/materialegislativa_detail.html index f84836c2f..21b38fc09 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 %}