forked from boyska/sito-hackit-17
fix orario
This commit is contained in:
parent
0e4c6d7acf
commit
760b7d0655
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue