Skip to content

Commit e218ee6

Browse files
committed
Added a note about agenda being subject to change, removed noise comments, and tweaked the formatting of the html agenda
- Legacy-Id: 1216
1 parent 559bcc5 commit e218ee6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

ietf/templates/meeting/agenda.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<center>
99
<strong> Agenda of the {{ meeting_num|ordinal }} IETF Meeting </strong> <br/>
1010
<strong>{{ meeting_info.start_date|date:"F j" }}-{% ifnotequal meeting_info.start_date.month meeting_info.end_date.month %}{{ meeting_info.end_date|date:"F " }}{% endifnotequal %}{{ meeting_info.end_date|date:"j, Y" }} </strong><br />
11-
Updated as of {{ last_update_info.updated|date:"F j, Y P (T)" }}
11+
Updated {{ last_update_info.updated|date:"F j, Y P (T)" }}<br />
12+
(<a href="{% url ietf.meeting.views.show_html_agenda meeting_num,"txt" %}">Agenda in text/plain format</a>) <br />
13+
<br />
14+
<i>Please note: IETF agendas are subject to change, up to and also during the meeting.</i><br />
15+
<br />
1216
</center>
1317

14-
(<a href="{% url ietf.meeting.views.show_html_agenda meeting_num,"txt" %}"> Text Format of the Agenda </a>) <br />
15-
<P>
16-
*** Click on an acronym of the group to get a charter page *** <br />
17-
*** Click on a name of the group to get a meeting agenda *** <br />
18-
</P>
18+
1919
<!-- Update to include Saturday Session -->
2020
{% regroup queryset_list_pre_session by day_id as pre_days %}
2121
{% for pre_day in pre_days %}

0 commit comments

Comments
 (0)