Avoid duplicate materials sections for groups with multiple sessions.

- Legacy-Id: 7514
This commit is contained in:
Henrik Levkowetz 2014-03-18 21:38:28 +00:00
parent 86d8d7509f
commit 37c18f351d

View file

@ -66,7 +66,7 @@ Corrections to submissions cutoff date: {{ cor_cut_off_date|date:"F j, Y" }}</p>
<a name="{{sessions.list.0.group.parent.acronym}}"></a>
<h2 class="ietf-divider">{{ sessions.grouper }}</h2>
{% for session in sessions.list|dictsort:"group.acronym" %}
{% ifchanged %}
{% ifchanged session.group.acronym %}
{% include "meeting/group_materials.html" %}
{% endifchanged %}
{% endfor %}