From 80f3775034376ab54c51f3947409c5c07e258eae Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 24 Jul 2017 14:20:04 -0300 Subject: [PATCH] Update materialegislativa_filter.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Conserta identação --- .../materia/materialegislativa_filter.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sapl/templates/materia/materialegislativa_filter.html b/sapl/templates/materia/materialegislativa_filter.html index 240e2b246..856131fd6 100644 --- a/sapl/templates/materia/materialegislativa_filter.html +++ b/sapl/templates/materia/materialegislativa_filter.html @@ -60,13 +60,13 @@ {% endif %} {% if m.autoria_set.all %} - Autor: - {% for a in m.autoria_set.all %} - {% if not forloop.first %} -
{{a.autor}} - {% else %} -  {{a.autor}} - {% endif %} + Autor: + {% for a in m.autoria_set.all %} + {% if not forloop.first %} +
{{a.autor}} + {% else %} +  {{a.autor}} + {% endif %} {% endfor %}
{% endif %}