From 48e1282cb96748c9ee39b888cbc47e459046bfe9 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Sat, 9 Mar 2013 14:15:03 +0100 Subject: [PATCH] Show duration clock only if start/end time is set. --- openslides/agenda/templates/agenda/item_row.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/agenda/templates/agenda/item_row.html b/openslides/agenda/templates/agenda/item_row.html index 1ae13e9c2..386f00ee8 100644 --- a/openslides/agenda/templates/agenda/item_row.html +++ b/openslides/agenda/templates/agenda/item_row.html @@ -31,7 +31,7 @@ {% if perms.agenda.can_see_orga_items %} {% if item.duration %} - {{ item.duration }}h + {{ item.duration }}h {% if start and end %}{% endif %} {% endif %} {% endif %}