Browse Source

Fix #1141

pull/1146/head
Rogério Frá 9 years ago
committed by GitHub
parent
commit
2ebbb5b201
  1. 9
      sapl/templates/materia/materialegislativa_filter.html

9
sapl/templates/materia/materialegislativa_filter.html

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

Loading…
Cancel
Save