From ad54cff9a1871cfce14f02dfc65177d99f70e764 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Thu, 26 Feb 2015 12:10:18 -0300 Subject: [PATCH] Remove unsued tag from template --- sigi/apps/saberes/templates/saberes/snippets.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sigi/apps/saberes/templates/saberes/snippets.html b/sigi/apps/saberes/templates/saberes/snippets.html index 457f876..02daccc 100644 --- a/sigi/apps/saberes/templates/saberes/snippets.html +++ b/sigi/apps/saberes/templates/saberes/snippets.html @@ -1,14 +1,12 @@ -{% load charts %} -
{% for k, painel in paineis.items %}
-
+
{{ painel.titulo }} {% if painel.area %} Detalhes - {% endif %} + {% endif %}
@@ -18,7 +16,7 @@ {{ linha.descricao }} {% if linha.help_text %} {{ linha.help_text }} - {% endif %} + {% endif %} {% if linha.percentual %} @@ -32,4 +30,4 @@ {% cycle '' '' '
' %} {% endfor %} -
\ No newline at end of file +
{{ linha.valor }}