1
0
Fork 0

fix orario

This commit is contained in:
boyska 2017-05-18 18:48:26 +02:00
parent 0e4c6d7acf
commit 760b7d0655
No known key found for this signature in database
GPG key ID: 7395DCAE58289CA9

View file

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