Browse Source

Update materialegislativa_filter.html

Conserta identação
pull/1288/head
Edward 9 years ago
committed by GitHub
parent
commit
80f3775034
  1. 14
      sapl/templates/materia/materialegislativa_filter.html

14
sapl/templates/materia/materialegislativa_filter.html

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

Loading…
Cancel
Save