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