From 5ec8ad8d598504ed66fedf1a44b64475ea2b3590 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Tue, 25 Apr 2017 11:44:40 -0300 Subject: [PATCH] Closes #1031 --- sapl/templates/sessao/votacao/votacao_edit.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sapl/templates/sessao/votacao/votacao_edit.html b/sapl/templates/sessao/votacao/votacao_edit.html index 5c614ea00..753c49541 100644 --- a/sapl/templates/sessao/votacao/votacao_edit.html +++ b/sapl/templates/sessao/votacao/votacao_edit.html @@ -26,12 +26,10 @@
- Resultado da Votação: - {% for tipo in view.get_tipos_votacao %} - {% if votacao.tipo_resultado == tipo.id %} - {{ tipo.nome }} - {% endif %} - {% endfor %} +
+ Resultado da Votação: {{ votacao.resultado }} +
+