Skip to content

Commit 61ad24d

Browse files
committed
Tweaked the placement and look of the just introduced Meeting.agenda_note field on the html agenda.
- Legacy-Id: 4948
1 parent 09f89a0 commit 61ad24d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/meeting/agenda.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
{% block bodyAttrs %}onload='setGroupState();updateAgendaColors()'{% endblock %}
253253
{% block content %}
254254
<h1>IETF {{ meeting.number }} Meeting Agenda</h1>
255-
{% if meeting.agenda_note %}<h2 style="margin: 2em;">{{ meeting.agenda_note|safe }}</h2>{% endif %}
255+
256256
<p>{{ meeting.city }}, {{ meeting.date|date:"F j" }} &#8211; {% ifnotequal meeting.date.month meeting.end_date.month %}{{ meeting.end_date|date:"F " }}{% endifnotequal %}{{ meeting.end_date|date:"j, Y" }}<br />
257257
Updated {{ modified|date:"Y-m-d H:i:s T" }}</p>
258258
<div class="noprint">
@@ -290,6 +290,8 @@ <h1>IETF {{ meeting.number }} Meeting Agenda</h1>
290290

291291
<iframe id="weekview" class="hidden" width="100%" height="600px" src="about:blank"></iframe>
292292

293+
{% if meeting.agenda_note %}<h2 class="ietf-divider" style="background-color: #C00; margin-top: 2em; margin-bottom: 0;">{{ meeting.agenda_note|safe }}</h2>{% endif %}
294+
293295
<table id="agenda" width="100%">
294296
{% for slot in timeslots %}
295297
{% ifchanged %}

0 commit comments

Comments
 (0)