-
+
+
+
-
{% field_verbose_name object 'ementa' %}
-
{{ object.ementa|safe}}
+
{% field_verbose_name object 'ementa' %}
+
{{ object.ementa|safe}}
+
-
-
-{% endblock detail_content %} {% endblock base_content %}
+
+ {% endblock detail_content %}
+{% endblock base_content %}
diff --git a/templates/compilacao/textoarticulado_list.html b/templates/compilacao/textoarticulado_list.html
index 7df007eb7..7381af217 100644
--- a/templates/compilacao/textoarticulado_list.html
+++ b/templates/compilacao/textoarticulado_list.html
@@ -4,43 +4,39 @@
{% load common_tags %}
{% block base_content %}
- {% block actions %}{{block.super}}
+ {% block detail_content %}
+ {% endblock detail_content %}
- {% endblock actions %}
-{% block detail_content %}
-{% endblock detail_content %}
-
-
-
+
-
- {% fieldclass_verbose_name 'compilacao.models.TextoArticulado' 'tipo_ta' %}
- {% fieldclass_verbose_name 'compilacao.models.TextoArticulado' 'numero' %}
- {% fieldclass_verbose_name 'compilacao.models.TextoArticulado' 'ano' %}
- {% fieldclass_verbose_name 'compilacao.models.TextoArticulado' 'data' %}
- {% fieldclass_verbose_name 'compilacao.models.TextoArticulado' 'ementa' %}
-
+
+ {% fieldclass_verbose_name 'compilacao.models.TextoArticulado' 'tipo_ta' %}
+ {% fieldclass_verbose_name 'compilacao.models.TextoArticulado' 'numero' %}
+ {% fieldclass_verbose_name 'compilacao.models.TextoArticulado' 'ano' %}
+ {% fieldclass_verbose_name 'compilacao.models.TextoArticulado' 'data' %}
+ {% fieldclass_verbose_name 'compilacao.models.TextoArticulado' 'ementa' %}
+
- {% for ta in object_list %}
+ {% for ta in object_list %}
- {{ ta.tipo_ta }}
- {{ ta.numero }}
- {{ ta.ano }}
- {{ ta.data }}
- {{ ta.ementa|safe }}
+ {{ ta.tipo_ta }}
+ {{ ta.numero }}
+ {{ ta.ano }}
+ {{ ta.data }}
+ {{ ta.ementa|safe }}
- {% endfor %}
+ {% endfor %}
-
-{% include 'paginacao.html'%}
+
+ {% include 'paginacao.html'%}
{% endblock %}
diff --git a/templates/compilacao/textoarticulado_menu_config.html b/templates/compilacao/textoarticulado_menu_config.html
new file mode 100644
index 000000000..d73ae5ac1
--- /dev/null
+++ b/templates/compilacao/textoarticulado_menu_config.html
@@ -0,0 +1,16 @@
+{% load i18n %}
+{% load common_tags %}
+
+
+
+
+
+
diff --git a/templates/compilacao/tipotextoarticulado_detail.html b/templates/compilacao/tipotextoarticulado_detail.html
index 02807e505..62089a736 100644
--- a/templates/compilacao/tipotextoarticulado_detail.html
+++ b/templates/compilacao/tipotextoarticulado_detail.html
@@ -1,54 +1,51 @@
{% extends "base.html" %} {% load i18n %} {% load compilacao_filters %}
{% load common_tags %}
-{% block base_content %} {# FIXME is this the best markup to use? #}
+{% block base_content %}
- {% block sections_nav %}
- {% endblock %}
-
+ {% block sections_nav %}
+ {% endblock %}
+
+
{% block actions %}
-
+
{% endblock actions %}
-
-
-
- {% block detail_content %} {# TODO replace fieldset for something semantically correct, but with similar visual grouping style #}
-
- {%trans 'Identificação Básica'%}
-
-
-
-
-
-
{% field_verbose_name object 'sigla' %}
-
{{ object.sigla}}
-
-
-
-
-
-
{% field_verbose_name object 'descricao' %}
-
{{ object.descricao}}
-
-
-
-
-
-
{% field_verbose_name object 'content_type' %}
-
{{ object.content_type|default:""}}
-
-
-
-
-
{% field_verbose_name object 'participacao_social' %}
-
{{ object.get_participacao_social_display}}
-
-
-
-
- {% endblock detail_content %}
-
+
+
+ {% block detail_content %} {# TODO replace fieldset for something semantically correct, but with similar visual grouping style #}
+
+ {%trans 'Identificação Básica'%}
+
+
+
+
{% field_verbose_name object 'sigla' %}
+
{{ object.sigla}}
+
+
+
+
+
+
{% field_verbose_name object 'descricao' %}
+
{{ object.descricao}}
+
+
+
+
+
+
{% field_verbose_name object 'content_type' %}
+
{{ object.content_type|default:""}}
+
+
+
+
+
{% field_verbose_name object 'participacao_social' %}
+
{{ object.get_participacao_social_display}}
+
+
+
+
+ {% endblock detail_content %}
{% endblock base_content %}
diff --git a/templates/compilacao/tipotextoarticulado_list.html b/templates/compilacao/tipotextoarticulado_list.html
index d8f89d7ad..189cea406 100644
--- a/templates/compilacao/tipotextoarticulado_list.html
+++ b/templates/compilacao/tipotextoarticulado_list.html
@@ -4,37 +4,35 @@
{% load common_tags %}
{% block base_content %}
+ {% block actions %}
+
+ {% endblock actions %}
-
-
-{% if not object_list %}
-
{{ NO_ENTRIES_MSG }}
-{% else %}
-
-
-
- {% fieldclass_verbose_name 'compilacao.models.TipoTextoArticulado' 'sigla' %}
- {% fieldclass_verbose_name 'compilacao.models.TipoTextoArticulado' 'descricao' %}
- {% fieldclass_verbose_name 'compilacao.models.TipoTextoArticulado' 'content_type' %}
-
-
-
- {% for tipo_ta in object_list %}
-
- {{ tipo_ta.sigla }}
- {{ tipo_ta.descricao }}
- {{ tipo_ta.content_type }}
-
- {% endfor %}
-
-
- {%endif%}
-{% include 'paginacao.html'%}
+ {% if not object_list %}
+
{{ NO_ENTRIES_MSG }}
+ {% else %}
+
+
+
+ {% fieldclass_verbose_name 'compilacao.models.TipoTextoArticulado' 'sigla' %}
+ {% fieldclass_verbose_name 'compilacao.models.TipoTextoArticulado' 'descricao' %}
+ {% fieldclass_verbose_name 'compilacao.models.TipoTextoArticulado' 'content_type' %}
+
+
+
+ {% for tipo_ta in object_list %}
+
+ {{ tipo_ta.sigla }}
+ {{ tipo_ta.descricao }}
+ {{ tipo_ta.content_type }}
+
+ {% endfor %}
+
+
+ {%endif%}
+ {% include 'paginacao.html'%}
{% endblock %}
diff --git a/templates/crud/confirm_delete.html b/templates/crud/confirm_delete.html
index c42f8536f..703afe2a2 100644
--- a/templates/crud/confirm_delete.html
+++ b/templates/crud/confirm_delete.html
@@ -1,21 +1,24 @@
{% extends "base.html" %}
{% load i18n %}
-{% block base_content %}
-
+{% block base_content %}
+
{% endblock %}
diff --git a/templates/norma/normajuridica_detail.html b/templates/norma/normajuridica_detail.html
index 70e5131c1..1b0b041b8 100644
--- a/templates/norma/normajuridica_detail.html
+++ b/templates/norma/normajuridica_detail.html
@@ -1,8 +1,11 @@
{% extends "crud/detail.html" %}
{% load i18n %}
{% block sections_nav %}
-
+
{% trans 'Texto da Norma' %}
+
{% endblock sections_nav %}