From 167e2aa1fca345d36e11ed88987bbc099a080829 Mon Sep 17 00:00:00 2001 From: lesion Date: Sun, 7 May 2017 01:44:13 +0200 Subject: [PATCH] 00 --- talks/_templates/grid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talks/_templates/grid.html b/talks/_templates/grid.html index 99d9c57..aa20d46 100644 --- a/talks/_templates/grid.html +++ b/talks/_templates/grid.html @@ -22,7 +22,7 @@ td.talk { {% for time in range (mintime, maxtime, timestep) %} - {{time//60}}:{{time % 60}} + {{time//60}}:{{ "%02d" % (time % 60)}} {% for talk in times[time / timestep * timestep] %} {% if talk == None %}