Browse Source

Fix #1141 (#1146)

pull/1137/head
Rogério Frá 9 years ago
committed by cristian-longhi
parent
commit
a2088c5a0b
  1. 7
      sapl/templates/materia/materialegislativa_filter.html

7
sapl/templates/materia/materialegislativa_filter.html

@ -60,12 +60,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 %}
{% if a.primeiro_autor %}
&nbsp;{{a.autor.nome}}
{% endif %}
{% endfor %}
</br>
{% endif %}

Loading…
Cancel
Save