From 96089ddb98d90288bf7ab3b317456469f2eaeafc Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Mon, 15 Oct 2007 10:40:35 -0200 Subject: [PATCH] Fix. --- templates/programacao.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/programacao.html b/templates/programacao.html index 454d404..ad5b54b 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -22,7 +22,7 @@ {{x.nome|capfirst}} {% ifnotequal p.palestrante.all|length 1%}
{% endifnotequal %} {{p.time_start}}-{{p.time_end}}
- {% if p.room == 0 %} + {% ifequal p.room 0 %} Auditório {% else %} Sala {{p.room}} -- 2.20.1