Fix.
[cascardo/eventmanager.git] / templates / programacao.html
index dd2bd8c..ad5b54b 100644 (file)
@@ -6,10 +6,12 @@
 <!--<h2>{{ dados_usuario.nome }}</h2>-->
     {% for p in aprovadas %}
     {% ifchanged p.dia %}
-      <span style="font-size:16pt; color:#800000">
+      <br />
+      <br />
+      <h3>
         {{ p.dia|date:"l, d \de F" }}
-      </span>
-      <br /><br />
+      </h3>
+      <br />
     {% endifchanged %}
     <span style="font-size:12pt"><a href="/palestra/{{p.id}}/" style="color:#333;">{{p.titulo}}</a></span>
         <br />
             {% for x in p.palestrante.all %}
         <span style="margin-left:30px">
             <a href="/palestrante/{{x.id}}/">{{x.nome|capfirst}} </a>{% ifnotequal p.palestrante.all|length 1%}<br /> {% endifnotequal %}
+           {{p.time_start}}-{{p.time_end}}
+           <br />
+           {% ifequal p.room 0 %}
+             Auditório
+           {% else %}
+             Sala {{p.room}}
+           {% endif %}
         </span>
             {% endfor %}
         <br />