From 0381ea34e5231e36ed879d8d368fbadfc72aacc3 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 9 Oct 2007 13:59:09 -0300 Subject: [PATCH] Displays date for every group of presentations Templates now displays the day of a group of presentations that will be presented that same day. --- templates/programacao.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/programacao.html b/templates/programacao.html index 728e1ca..516611f 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -5,6 +5,7 @@ {% for p in aprovadas %} + {% ifchanged aprovadas.dia %} {{ aprovadas.dia }} {% endifchanged %} {{p.titulo}}
Palestrante{{ p.palestrante.all|pluralize }}: -- 2.20.1