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" %}