From e8a291f2b3c1ed27c1473f6be202a3c495f46d3a Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Mon, 15 Oct 2007 11:01:13 -0200 Subject: [PATCH] More style cleanup. --- templates/programacao.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/templates/programacao.html b/templates/programacao.html index c67188d..09073d3 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -15,17 +15,13 @@ {% endifchanged %} {{p.titulo}}
- - {{p.time_start}}-{{p.time_end}} - + {{p.time_start}}-{{p.time_end}}
- {% ifequal p.room 0 %} - Auditório + Auditório {% else %} - Sala {{p.room}} + Sala {{p.room}} {% endifequal %} -
Palestrante{{ p.palestrante.all|pluralize }}:
@@ -33,8 +29,8 @@ {{x.nome|capfirst}} {% ifnotequal p.palestrante.all|length 1%}
{% endifnotequal %}
-
{% endfor %} +
{% endfor %} {% else %}
-- 2.20.1