We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2842ad1 commit 4196612Copy full SHA for 4196612
1 file changed
ietf/secr/templates/meetings/non_session.html
@@ -24,7 +24,7 @@ <h2>TimeSlots</h2>
24
</thead>
25
<tbody>
26
{% for assignment in assignments %}
27
- <tr class="{% cycle row1 row2 %}{% ifchanged item.type %} break{% endifchanged %}{% if item.session.status.slug == "canceled" %} cancelled{% endif %}">
+ <tr class="{% cycle 'row1' 'row2' %}{% ifchanged assignment.session.type %} break{% endifchanged %}{% if assignment.session.status.slug == "canceled" %} cancelled{% endif %}">
28
<td>{{ assignment.timeslot.time|date:"D" }}</td>
29
<td>{{ assignment.timeslot.time|date:"H:i" }}-{{ assignment.timeslot.end_time|date:"H:i" }}</td>
30
<td>{{ assignment.timeslot.name }}</td>
0 commit comments