Browse Source

fix orario

boyska 7 years ago
parent
commit
760b7d0655
1 changed files with 1 additions and 1 deletions
  1. 1 1
      talks/_templates/talk.html

+ 1 - 1
talks/_templates/talk.html

@@ -3,7 +3,7 @@
     <div class="talk-info">
     {% if time is defined and day is defined %}
         {# Dai un nome meglio ai giorni #}
-        <p>Giorno {{day}} alle {{time}}</p>
+        <p>Giorno {{day}} alle {{time.time()}}</p>
     {% else %}
         <p><i>L'orario non è ancora stato fissato</i></p>
     {% endif %}