Browse Source

Merge fa9c66c9d7 into 290c337fcf

pull/1142/merge
Rogério Frá 9 years ago
committed by GitHub
parent
commit
2af6dfbdf9
  1. 5
      sapl/templates/materia/materialegislativa_filter.html

5
sapl/templates/materia/materialegislativa_filter.html

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

Loading…
Cancel
Save