This commit is contained in:
lesion 2017-05-07 01:44:13 +02:00
parent dda69e58df
commit 167e2aa1fc

View file

@ -22,7 +22,7 @@ td.talk {
<tbody>
{% for time in range (mintime, maxtime, timestep) %}
<tr>
<td>{{time//60}}:{{time % 60}}</td>
<td>{{time//60}}:{{ "%02d" % (time % 60)}}</td>
{% for talk in times[time / timestep * timestep] %}
{% if talk == None %}
<td></td>