From: Thadeu Lima de Souza Cascardo Date: Tue, 9 Oct 2007 17:10:24 +0000 (-0300) Subject: Formats date to display only day of week X-Git-Url: http://git.cascardo.info/?p=cascardo%2Feventmanager.git;a=commitdiff_plain;h=3cbe00b9d38a5e5c2a2407f58de692379b417e65 Formats date to display only day of week --- diff --git a/templates/programacao.html b/templates/programacao.html index cbad7f6..35d9d02 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -5,7 +5,7 @@ {% for p in aprovadas %} - {% ifchanged p.dia %} {{ p.dia }} {% endifchanged %} + {% ifchanged p.dia %} {{ p.dia|date:"l" }} {% endifchanged %} {{p.titulo}}
Palestrante{{ p.palestrante.all|pluralize }}: