From 1cc569e4a6e8bb33aaa7aa223e3356af282444fc Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 9 Oct 2007 14:16:25 -0300 Subject: [PATCH] Fixed date display. --- templates/programacao.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/programacao.html b/templates/programacao.html index 50e3eba..dd2bd8c 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -7,7 +7,7 @@ {% for p in aprovadas %} {% ifchanged p.dia %} - {{ p.dia|date:"l, D de F" }} + {{ p.dia|date:"l, d \de F" }}

{% endifchanged %} -- 2.20.1