From bdb2eb124460d23483efb15a779a7bce4ade1ddf Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Mon, 15 Oct 2007 10:43:53 -0200 Subject: [PATCH] Fix and clean style. --- templates/programacao.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/programacao.html b/templates/programacao.html index ad5b54b..87e1e19 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -20,14 +20,17 @@ {% for x in p.palestrante.all %} {{x.nome|capfirst}} {% ifnotequal p.palestrante.all|length 1%}
{% endifnotequal %} +
+ {{p.time_start}}-{{p.time_end}}
{% ifequal p.room 0 %} Auditório {% else %} Sala {{p.room}} - {% endif %} -
+ {% endifequal %} + +
{% endfor %}
{% endfor %} -- 2.20.1