From b5baa8054b9a924feff120f4210bc03e89704c30 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Fri, 20 Sep 2024 15:04:20 -0500 Subject: [PATCH] fix: show correct time for cancelled sessions. --- ietf/templates/group/meetings-row.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/group/meetings-row.html b/ietf/templates/group/meetings-row.html index 3bbe1d425b..25605ec0f1 100644 --- a/ietf/templates/group/meetings-row.html +++ b/ietf/templates/group/meetings-row.html @@ -18,7 +18,7 @@
{{ s.current_status_name }}
{% if s.current_status == "canceled" %} {% with timeslot=s.official_timeslotassignment.timeslot %} - + {% endwith %} {% endif %} {% endif %}