Avoid duplicate materials sections for groups with multiple sessions.
- Legacy-Id: 7514
This commit is contained in:
parent
86d8d7509f
commit
37c18f351d
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue