Skip to content

Commit 86aa92e

Browse files
committed
Fixed an html issue in the agenda template, and added information to be shown when no WG/RG groups have been scheduled, and the agenda session customization table is empty.
- Legacy-Id: 10131
1 parent cfdd6ec commit 86aa92e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

ietf/templates/meeting/agenda.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ <h4 class="panel-title">
8181
To be able to return to the customized view later, bookmark the resulting URL.
8282
</p>
8383

84+
{% if group_parents|length %}
8485
<p>Groups displayed in <b><i>italics</i></b> are BOFs.</p>
8586

86-
8787
<table class="table table-condensed">
8888
<thead>
8989
<tr>
@@ -116,7 +116,9 @@ <h4 class="panel-title">
116116
</tr>
117117
</tbody>
118118
</table>
119-
119+
{% else %}
120+
<blockquote><i>No WG / RG data available -- no WG / RG sessions have been scheduled yet.</i></blockquote>
121+
{% endif %}
120122
<p>Also show sessions of these groups:</p>
121123
<div class="btn-group btn-group-justified">
122124
<div class="btn-group"><button class="btn btn-default pickviewneg active iepg"> IEPG</button></div>
@@ -158,7 +160,7 @@ <h2>
158160
<tr class="warning">
159161
<th colspan="6">
160162
{# The anchor here needs to be in a div, not in the th, in order for the anchor-target margin hack to work #}
161-
<div class="anchor-target" id="{{item.timeslot.time|slugify}}"/>
163+
<div class="anchor-target" id="{{item.timeslot.time|slugify}}"></div>
162164
{% if "-utc" in request.path %}
163165
{{ item.timeslot.utc_start_time|date:"l, F j, Y" }} (UTC)
164166
{% else %}

0 commit comments

Comments
 (0)