Skip to content

Commit 2f2c79b

Browse files
committed
Tweaked the html agenda a little bit by adding a day indication for each timeslot, to make it easier to see which day you're actually seeing when the day separator is outside the window.
- Legacy-Id: 5020
1 parent 206f2f1 commit 2f2c79b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/templates/meeting/agenda.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ <h2 class="ietf-divider">{{ slot.time|date:"l"|upper }}, {{ slot.time|date:"F j,
360360
{{slot.time|date:"Hi"}}-{{slot.end_time|date:"Hi"}}
361361
</td>
362362
<td colspan="5">
363+
{% if slot.type.name == 'Session' %}{{ slot.time|date:"l"}}{% endif %}
363364
{{slot.name}}
364365
{% if slot.type.name != 'Session' %} -
365366
{% if slot.show_location %}<a href="http://tools.ietf.org/agenda/{{meeting.number}}/venue/?room={{ slot.get_location|slugify }}">{{slot.get_location|escape}}</a>{% endif %}

0 commit comments

Comments
 (0)