From 7decbc1e4baee7a2920ae1d6d43df90e2efce6af Mon Sep 17 00:00:00 2001 From: Eduardo Calil Date: Mon, 21 Aug 2017 11:36:48 -0300 Subject: [PATCH] Fix #1412 --- sapl/templates/sessao/presenca.html | 2 +- sapl/templates/sessao/presenca_ordemdia.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sapl/templates/sessao/presenca.html b/sapl/templates/sessao/presenca.html index 869848769..3b9ebf541 100644 --- a/sapl/templates/sessao/presenca.html +++ b/sapl/templates/sessao/presenca.html @@ -62,7 +62,7 @@ {% for parlamentar, check in view.get_presencas %} {% if check %}
-
+
{% endif %} {% endfor %} diff --git a/sapl/templates/sessao/presenca_ordemdia.html b/sapl/templates/sessao/presenca_ordemdia.html index 430d9c6f0..ccc730bcd 100644 --- a/sapl/templates/sessao/presenca_ordemdia.html +++ b/sapl/templates/sessao/presenca_ordemdia.html @@ -64,7 +64,7 @@ {% for parlamentar, check in view.get_presencas_ordem %} {% if check %}
-
+
{% endif %} {% endfor %}