From 253e5e52e91321209623c40fa6be88e67d76c159 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Mon, 29 May 2017 18:56:48 -0300 Subject: [PATCH] #1141 --- sapl/templates/materia/materialegislativa_filter.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sapl/templates/materia/materialegislativa_filter.html b/sapl/templates/materia/materialegislativa_filter.html index ec65ebd19..e0cacca9c 100644 --- a/sapl/templates/materia/materialegislativa_filter.html +++ b/sapl/templates/materia/materialegislativa_filter.html @@ -58,12 +58,10 @@ {% if m.autoria_set.all %} Autores: {% for a in m.autoria_set.all %} - {% if a.primeiro_autor %} - {% if not forloop.first %} - ,    - {% endif %} -  {{a.autor.nome}} + {% if not forloop.first %} + ,    {% endif %} +  {{a.autor.nome}} {% endfor %}
{% endif %}