Browse Source

Mostra todos os autores no resultado da pesquisa

pull/1288/head
Rogério Frá 9 years ago
committed by GitHub
parent
commit
56919415d4
  1. 6
      sapl/templates/materia/materialegislativa_filter.html

6
sapl/templates/materia/materialegislativa_filter.html

@ -62,8 +62,10 @@
{% if m.autoria_set.all %} {% if m.autoria_set.all %}
<strong>Autor:</strong> <strong>Autor:</strong>
{% for a in m.autoria_set.all %} {% for a in m.autoria_set.all %}
{% if a.primeiro_autor %} {% if not forloop.first %}
&nbsp;{{a.autor.nome}} </br> {{a.autor}}
{% else %}
&nbsp;{{a.autor}}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</br> </br>

Loading…
Cancel
Save