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 %} {% endif %}
{% 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 not forloop.first %} {% if not forloop.first %}
</br> {{a.autor}} </br> {{a.autor}}
{% else %} {% else %}
&nbsp;{{a.autor}} &nbsp;{{a.autor}}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</br> </br>
{% endif %} {% endif %}

Loading…
Cancel
Save