From 68163d1a167e493744b617045205ee301943d340 Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Sun, 24 Jul 2011 18:42:46 +0200 Subject: fixed time comparison. diff --git a/program/templatetags/timeslots.py b/program/templatetags/timeslots.py index 9b83a80..902de36 100644 --- a/program/templatetags/timeslots.py +++ b/program/templatetags/timeslots.py @@ -15,7 +15,7 @@ def duration_until(end): @register.simple_tag def duration_since(start): - if start.time()