From: Thadeu Lima de Souza Cascardo Date: Tue, 9 Oct 2007 17:13:31 +0000 (-0300) Subject: Properly format date display. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Feventmanager.git;a=commitdiff_plain;h=45be40f22f50b56d881fa550dd71476c70f257c0 Properly format date display. --- 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 }}: