From a69d565c0dc11ec33541cf03b60cfe2804da077a Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Mon, 15 Oct 2007 10:47:30 -0200 Subject: [PATCH] Cleaned up style a little more. --- templates/programacao.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/templates/programacao.html b/templates/programacao.html index 87e1e19..d98f870 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -23,14 +23,16 @@ {{p.time_start}}-{{p.time_end}} -
- {% ifequal p.room 0 %} - Auditório - {% else %} - Sala {{p.room}} - {% endifequal %}
-
+
+ + {% ifequal p.room 0 %} + Auditório + {% else %} + Sala {{p.room}} + {% endifequal %} + +
{% endfor %}
{% endfor %} -- 2.20.1