Changed the html agenda template so it again shows BOFs in italics in the agenda customization. Fixes issue #1742.

- Legacy-Id: 9705
This commit is contained in:
Henrik Levkowetz 2015-07-09 12:53:37 +00:00
parent 0ebc6a3a13
commit f6561645b5

View file

@ -75,7 +75,7 @@
To be able to return to the customized view later, bookmark the resulting URL.
</p>
<p>Groups displayed in <i>italics</i> are BOFs.</p>
<p>Groups displayed in <b><i>italics</i></b> are BOFs.</p>
{% regroup schedule.groups by parent.acronym as area_sessions %}
@ -97,8 +97,8 @@
{% for wg in area.list %}
<div class="btn-group btn-group-xs btn-group-justified">
<button class="btn btn-default pickview {{wg.acronym}}">
{% if wg.wg.is_bof %}
<i>{{wg.acronym}}</i>
{% if wg.is_bof %}
<b><i>{{wg.acronym}}</i></b>
{% else %}
{{wg.acronym}}
{% endif %}