Cleaned up style a little more.
[cascardo/eventmanager.git] / templates / programacao.html
index 516611f..d98f870 100644 (file)
@@ -5,7 +5,14 @@
 
 <!--<h2>{{ dados_usuario.nome }}</h2>-->
     {% for p in aprovadas %}
-    {% ifchanged aprovadas.dia %} {{ aprovadas.dia }} {% endifchanged %}
+    {% ifchanged p.dia %}
+      <br />
+      <br />
+      <h3>
+        {{ p.dia|date:"l, d \de F" }}
+      </h3>
+      <br />
+    {% endifchanged %}
     <span style="font-size:12pt"><a href="/palestra/{{p.id}}/" style="color:#333;">{{p.titulo}}</a></span>
         <br />
         <span style="font-weight:bolder;margin-left:15px">Palestrante{{ p.palestrante.all|pluralize }}:</span>
         <span style="margin-left:30px">
             <a href="/palestrante/{{x.id}}/">{{x.nome|capfirst}} </a>{% ifnotequal p.palestrante.all|length 1%}<br /> {% endifnotequal %}
         </span>
+        <span style="margin-left:50px">
+           {{p.time_start}}-{{p.time_end}}
+        </span>
+         <br />
+         <span style="margin-left:50px">
+         {% ifequal p.room 0 %}
+            Auditório
+         {% else %}
+            Sala {{p.room}}
+         {% endifequal %}
+         </span>
+         <br />
             {% endfor %}
         <br />
     {% endfor %}