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