From 94cdc3c44ab3e91dbaa52bb659856aad925a4ac6 Mon Sep 17 00:00:00 2001 From: boyska Date: Thu, 18 May 2017 18:43:31 +0200 Subject: [PATCH] FIX grid --- 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 aa20d46..17d20a8 100644 --- a/talks/_templates/grid.html +++ b/talks/_templates/grid.html @@ -26,7 +26,7 @@ td.talk { {% for talk in times[time / timestep * timestep] %} {% if talk == None %} - {% elif talk != 'skip' %} + {% elif not talk.skip %} {{talk.title}}