From 37c18f351d85f006b8a10574760ed657565f7050 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 18 Mar 2014 21:38:28 +0000 Subject: [PATCH] Avoid duplicate materials sections for groups with multiple sessions. - Legacy-Id: 7514 --- ietf/templates/meeting/materials.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/meeting/materials.html b/ietf/templates/meeting/materials.html index 254da30ba..29b9f9246 100644 --- a/ietf/templates/meeting/materials.html +++ b/ietf/templates/meeting/materials.html @@ -66,7 +66,7 @@ Corrections to submissions cutoff date: {{ cor_cut_off_date|date:"F j, Y" }}

{{ sessions.grouper }}

{% for session in sessions.list|dictsort:"group.acronym" %} - {% ifchanged %} + {% ifchanged session.group.acronym %} {% include "meeting/group_materials.html" %} {% endifchanged %} {% endfor %}