From 31ff22929f81fc2e68f905a9459cab685d5b6647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Sat, 20 Aug 2016 17:38:12 +0200 Subject: [PATCH] Fix footer on day schedule. --- program/templates/program_day.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/program/templates/program_day.html b/program/templates/program_day.html index e7260257..ea0b4133 100644 --- a/program/templates/program_day.html +++ b/program/templates/program_day.html @@ -3,10 +3,13 @@ {% block program_content %}

{{ date|date:"l, F jS" }}

{% for event in events %} + {% ifchanged event.event_type %} + {% if not forloop.first %}{% endif %}

{{ event.event_type }}

+ {% endifchanged %} {% endfor %} +
{% endblock program_content %}