Browse Source

HOT-FIX: conserta iteração

pull/1361/head
Edward Ribeiro 7 years ago
parent
commit
5b6cd3d69b
  1. 2
      sapl/templates/materia/materialegislativa_filter.html

2
sapl/templates/materia/materialegislativa_filter.html

@ -79,7 +79,7 @@
{% endif %} {% endif %}
{% if m.registrovotacao_set.exists %} {% if m.registrovotacao_set.exists %}
<strong>Data Votação:</strong> <strong>Data Votação:</strong>
{% for rv in m.registrovotacao_set %} {% for rv in m.registrovotacao_set.all %}
{% if rv.ordem %} {% if rv.ordem %}
<a href="{% url 'sapl.sessao:ordemdia_list' rv.ordem.sessao_plenaria_id %}"> <a href="{% url 'sapl.sessao:ordemdia_list' rv.ordem.sessao_plenaria_id %}">
{{ rv.ordem.data_ordem }} {{ rv.ordem.data_ordem }}

Loading…
Cancel
Save