From 3cbe00b9d38a5e5c2a2407f58de692379b417e65 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 9 Oct 2007 14:10:24 -0300 Subject: [PATCH] Formats date to display only day of week --- templates/programacao.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}: -- 2.20.1