From 86aa92eef505900c40a652eea3d33512eeccd4ab Mon Sep 17 00:00:00 2001
From: Henrik Levkowetz
Date: Fri, 2 Oct 2015 15:02:24 +0000
Subject: [PATCH] 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
---
ietf/templates/meeting/agenda.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/ietf/templates/meeting/agenda.html b/ietf/templates/meeting/agenda.html
index dbda56bb9..1b6cfa442 100644
--- a/ietf/templates/meeting/agenda.html
+++ b/ietf/templates/meeting/agenda.html
@@ -81,9 +81,9 @@
To be able to return to the customized view later, bookmark the resulting URL.
+ {% if group_parents|length %}
Groups displayed in italics are BOFs.
-
@@ -116,7 +116,9 @@
-
+ {% else %}
+
No WG / RG data available -- no WG / RG sessions have been scheduled yet.
+ {% endif %}
Also show sessions of these groups:
@@ -158,7 +160,7 @@
{# The anchor here needs to be in a div, not in the th, in order for the anchor-target margin hack to work #}
-
+
{% if "-utc" in request.path %}
{{ item.timeslot.utc_start_time|date:"l, F j, Y" }} (UTC)
{% else %}