From 45be40f22f50b56d881fa550dd71476c70f257c0 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 9 Oct 2007 14:13:31 -0300 Subject: [PATCH] Properly format date display. --- templates/programacao.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/programacao.html b/templates/programacao.html index 35d9d02..50e3eba 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -5,7 +5,12 @@ {% for p in aprovadas %} - {% ifchanged p.dia %} {{ p.dia|date:"l" }} {% endifchanged %} + {% ifchanged p.dia %} + + {{ p.dia|date:"l, D de F" }} + +

+ {% endifchanged %} {{p.titulo}}
Palestrante{{ p.palestrante.all|pluralize }}: -- 2.20.1