From b094aa5596ac6042c3983870c5d15e78d0ea3980 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 8 Dec 2018 19:27:02 +1300 Subject: [PATCH] Add talk end times to mobile schedule --- pinaxcon/templates/symposion/schedule/_mobile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinaxcon/templates/symposion/schedule/_mobile.html b/pinaxcon/templates/symposion/schedule/_mobile.html index 1e2ab647..64d8835b 100644 --- a/pinaxcon/templates/symposion/schedule/_mobile.html +++ b/pinaxcon/templates/symposion/schedule/_mobile.html @@ -9,7 +9,7 @@ {% for slot in row.slots %}
{% if forloop.first %} -

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

+

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

{% endif %} {% with slot.kind.label.lower as label %} {% if label == "talk" or label == "tutorial" %}