[code] fix orario incasinato

This commit is contained in:
boyska 2018-07-06 17:07:20 +02:00
parent 7072e62af6
commit ca9b6764f3

View file

@ -8,7 +8,7 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{% for time in times %} {% for time in times|sort %}
<tr> <tr>
<td>{{time}}</td> <td>{{time}}</td>
{% for talk in times[time] %} {% for talk in times[time] %}