You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ietf/templates/meeting/agenda.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ <h2>
181
181
{% endif %}
182
182
183
183
{% if item.timeslot.type.slug == 'break' or item.timeslot.type.slug == 'reg' or item.timeslot.type.slug == 'other' %}
184
-
{% with item.timeslot.time|date:"D-Hi"|lower|add:"-"|add:item.session.group.acronym|lower as session_id %}
184
+
{% with session_id=item.timeslot.time|date:"D-Hi"|lower|add:"-"|add:item.session.group.acronym|lower %}
185
185
<trid="row-{{session_id}}">
186
186
<tdclass="text-nowrap text-right">
187
187
{% if "-utc" in request.path %}
@@ -204,7 +204,7 @@ <h2>
204
204
205
205
{% if item.timeslot.type.slug = 'session' or item.timeslot.type.slug == 'plenary' %}
206
206
{% if item.session.group %}
207
-
{% with item.timeslot.time|date:"D-Hi"|lower|add:"-"|add:item.session.group.parent.acronym|lower|add:"-"|add:item.session.group.acronym|lower as session_id %}
207
+
{% with session_id=item.timeslot.time|date:"D-Hi"|lower|add:"-"|add:item.area|default:"unknown"|lower|add:"-"|add:item.session.group.acronym|lower %}
0 commit comments