[code] fix orario incasinato
This commit is contained in:
parent
7072e62af6
commit
ca9b6764f3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for time in times %}
|
||||
{% for time in times|sort %}
|
||||
<tr>
|
||||
<td>{{time}}</td>
|
||||
{% for talk in times[time] %}
|
||||
|
|
Loading…
Reference in a new issue