Skip to content

Commit f656164

Browse files
committed
Changed the html agenda template so it again shows BOFs in italics in the agenda customization. Fixes issue ietf-tools#1742.
- Legacy-Id: 9705
1 parent 0ebc6a3 commit f656164

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/templates/meeting/agenda.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h4 class="panel-title">
7575
To be able to return to the customized view later, bookmark the resulting URL.
7676
</p>
7777

78-
<p>Groups displayed in <i>italics</i> are BOFs.</p>
78+
<p>Groups displayed in <b><i>italics</i></b> are BOFs.</p>
7979

8080

8181
{% regroup schedule.groups by parent.acronym as area_sessions %}
@@ -97,8 +97,8 @@ <h4 class="panel-title">
9797
{% for wg in area.list %}
9898
<div class="btn-group btn-group-xs btn-group-justified">
9999
<button class="btn btn-default pickview {{wg.acronym}}">
100-
{% if wg.wg.is_bof %}
101-
<i>{{wg.acronym}}</i>
100+
{% if wg.is_bof %}
101+
<b><i>{{wg.acronym}}</i></b>
102102
{% else %}
103103
{{wg.acronym}}
104104
{% endif %}

0 commit comments

Comments
 (0)