From 15dc9d346aa64766877fee74d85856c82d1f8ce7 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 8 Dec 2018 19:25:24 +1300 Subject: [PATCH] Add talk end times to schedule --- pinaxcon/templates/symposion/schedule/_grid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinaxcon/templates/symposion/schedule/_grid.html b/pinaxcon/templates/symposion/schedule/_grid.html index dc508d49..2ef19a66 100644 --- a/pinaxcon/templates/symposion/schedule/_grid.html +++ b/pinaxcon/templates/symposion/schedule/_grid.html @@ -28,7 +28,7 @@ {% if forloop.last %} {% else %} -

{{ row.time|date:"h:iA" }}

+

{{ row.time|date:"h:iA" }}
{{ row.end|date:"h:iA" }}

{% for slot in row.slots %} {% with slot.kind.label.lower as label %}