From 8ab2ca2dc01e701eac88fa1bec8668035be5abb1 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Mon, 15 Oct 2007 10:50:05 -0200 Subject: [PATCH] Do not show time and room for every speaker. --- templates/programacao.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/programacao.html b/templates/programacao.html index d98f870..52f9d99 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -17,15 +17,11 @@
Palestrante{{ p.palestrante.all|pluralize }}:
- {% 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 %} @@ -35,6 +31,10 @@
{% endfor %}
+ {% for x in p.palestrante.all %} + + {{x.nome|capfirst}} {% ifnotequal p.palestrante.all|length 1%}
{% endifnotequal %} +
{% endfor %} {% else %}
-- 2.20.1