From 7a93cb417d687951f669cfe995c7e47377f84817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Sconetto?= Date: Tue, 17 Jul 2018 15:08:58 -0300 Subject: [PATCH] =?UTF-8?q?Corrige=20apresenta=C3=A7=C3=A3o=20da=20data=20?= =?UTF-8?q?de=20vota=C3=A7=C3=A3o=20das=20mat=C3=A9rias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/materia/materialegislativa_filter.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sapl/templates/materia/materialegislativa_filter.html b/sapl/templates/materia/materialegislativa_filter.html index 1f96b1ab6..b10c20346 100644 --- a/sapl/templates/materia/materialegislativa_filter.html +++ b/sapl/templates/materia/materialegislativa_filter.html @@ -83,11 +83,11 @@ {% for rv in m.registrovotacao_set.all %} {% if rv.ordem %} - {{ rv.ordem.data_ordem }} + {{ rv.ordem.sessao_plenaria.data_inicio }} {% elif rv.expediente %} - {{ rv.expediente.data_ordem }} + {{ rv.expediente.sessao_plenaria.data_inicio }} {% endif %}