Skip to content

Commit 36d01e0

Browse files
committed
If there's no session name in the document sessions table, use the group acroynym instead.
- Legacy-Id: 10870
1 parent 1ca8977 commit 36d01e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/material/presentations-row.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<td>{{s|presented_versions:doc}}</td>
2121
<td>{% ifchanged s.meeting %}{% if s.meeting.type.slug == 'ietf' %}IETF{% endif %}{{s.meeting.number}}{% endifchanged %}</td>
2222
<td>
23-
{% if s.name %}{{ s.name }}<br>{% endif %}
23+
{% if s.name %}{{ s.name }}<br>{% else %}{{ s.group.acronym }} - {% endif %}
2424
{% if s.status.slug == "sched" %}
2525
{% if s.meeting.type.slug == 'ietf' %}{{s.time|date:"D M d, Y Hi"}}{% else %}{{s.time|date:"D M d, Y"}}{% endif %}
2626
{% else %}

0 commit comments

Comments
 (0)