Properly format date display.
authorThadeu Lima de Souza Cascardo <cascardo@vespa.holoscopio.com>
Tue, 9 Oct 2007 17:13:31 +0000 (14:13 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@vespa.holoscopio.com>
Tue, 9 Oct 2007 17:13:31 +0000 (14:13 -0300)
templates/programacao.html

index 35d9d02..50e3eba 100644 (file)
@@ -5,7 +5,12 @@
 
 <!--<h2>{{ dados_usuario.nome }}</h2>-->
     {% for p in aprovadas %}
-    {% ifchanged p.dia %} {{ p.dia|date:"l" }} {% endifchanged %}
+    {% ifchanged p.dia %}
+      <span style="font-size:16pt; color:#800000">
+        {{ p.dia|date:"l, D de F" }}
+      </span>
+      <br /><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>