diff --git a/sapl/templates/base/materias_protocolo_inexistente.html b/sapl/templates/base/materias_protocolo_inexistente.html index 0b2a7c4f8..4a73bce49 100644 --- a/sapl/templates/base/materias_protocolo_inexistente.html +++ b/sapl/templates/base/materias_protocolo_inexistente.html @@ -20,7 +20,7 @@ {% for materia, ano, numero_protocolo in materias_protocolo_inexistente %} - {{ materia }} + {{ materia }} {{ ano }} {{ numero_protocolo }} diff --git a/sapl/templates/base/parlamentares_mandatos_intersecao.html b/sapl/templates/base/parlamentares_mandatos_intersecao.html index 1261761dc..3b5bc2d19 100644 --- a/sapl/templates/base/parlamentares_mandatos_intersecao.html +++ b/sapl/templates/base/parlamentares_mandatos_intersecao.html @@ -20,7 +20,7 @@ {% for parlamentar, mandato_a, mandato_b in parlamentares_mandatos_intersecao %} - {{ parlamentar }} + {{ parlamentar }} {{ mandato_a }} {{ mandato_b }} diff --git a/sapl/templates/base/parlamentares_mandatos_interseccao.html b/sapl/templates/base/parlamentares_mandatos_interseccao.html deleted file mode 100644 index 20db09c54..000000000 --- a/sapl/templates/base/parlamentares_mandatos_interseccao.html +++ /dev/null @@ -1,34 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load tz %} -{% load common_tags %} -{% block base_content %} -
-

Lista de Parlamentares com Mandatos com Interseção

- {% if not parlamentares_mandatos_intersecao %} -

{{ NO_ENTRIES_MSG }}

- {% else %} - - - - - - - - - - {% for materia, ano, numero_protocolo in parlamentares_mandatos_intersecao %} - - - - - - {% endfor %} - -
Matéria LegislativaAnoNúmero Protocolo
- {{ materia }} - {{ ano }}{{ numero_protocolo }}
- {% endif %} -
- {% include 'paginacao.html'%} -{% endblock base_content %} \ No newline at end of file