From 483eb7bf47469a27f42398631798ea33a2944d38 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 14 Jul 2020 17:42:32 +0000 Subject: [PATCH] Tweaked the agenda HTML template, adding additional conditions (agenda-note, remote instructions) that would lead to showing session-related links. - Legacy-Id: 18170 --- ietf/templates/meeting/agenda.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ietf/templates/meeting/agenda.html b/ietf/templates/meeting/agenda.html index f4a60fe50..75bf2d4b4 100644 --- a/ietf/templates/meeting/agenda.html +++ b/ietf/templates/meeting/agenda.html @@ -192,7 +192,7 @@ {% endif %} {% if item.timeslot.type.slug == 'break' or item.timeslot.type.slug == 'reg' or item.timeslot.type.slug == 'other' %} - + {% if "-utc" in request.path %} {{item.timeslot.utc_start_time|date:"G:i"}}-{{item.timeslot.utc_end_time|date:"G:i"}} @@ -234,7 +234,7 @@