From dfd75ed82df84034d3e35ac55bf058a7f84118db Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 9 Oct 2007 17:35:50 -0300 Subject: [PATCH] Better line breaks in these templates. --- templates/grade.html | 1 + templates/programacao.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/grade.html b/templates/grade.html index 13796b4..ef2e99d 100644 --- a/templates/grade.html +++ b/templates/grade.html @@ -22,6 +22,7 @@ +

diff --git a/templates/programacao.html b/templates/programacao.html index 0cf74a4..6839348 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -6,10 +6,12 @@ {% for p in aprovadas %} {% ifchanged p.dia %} +
+

{{ p.dia|date:"l, d \de F" }}

-

+
{% endifchanged %} {{p.titulo}}
-- 2.20.1