From: Thadeu Lima de Souza Cascardo Date: Mon, 15 Oct 2007 12:50:05 +0000 (-0200) Subject: Do not show time and room for every speaker. X-Git-Url: http://git.cascardo.info/?p=cascardo%2Feventmanager.git;a=commitdiff_plain;h=8ab2ca2dc01e701eac88fa1bec8668035be5abb1 Do not show time and room for every speaker. --- 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 %}