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
This commit is contained in:
parent
206f2f1670
commit
2f2c79b9e7
|
@ -360,6 +360,7 @@ You can customize the agenda below to show only selected working group sessions.
|
|||
{{slot.time|date:"Hi"}}-{{slot.end_time|date:"Hi"}}
|
||||
</td>
|
||||
<td colspan="5">
|
||||
{% if slot.type.name == 'Session' %}{{ slot.time|date:"l"}}{% endif %}
|
||||
{{slot.name}}
|
||||
{% if slot.type.name != 'Session' %} -
|
||||
{% 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 %}
|
||||
|
|
Loading…
Reference in a new issue