Fixed date display.
[cascardo/eventmanager.git] / templates / programacao.html
index 50e3eba..dd2bd8c 100644 (file)
@@ -7,7 +7,7 @@
     {% for p in aprovadas %}
     {% ifchanged p.dia %}
       <span style="font-size:16pt; color:#800000">
-        {{ p.dia|date:"l, de F" }}
+        {{ p.dia|date:"l, d \de F" }}
       </span>
       <br /><br />
     {% endifchanged %}