From 25fd4fce5dc6101435e287d5515ed12d638f6490 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Mon, 23 Sep 2024 09:41:18 -0500 Subject: [PATCH] fix: show correct time for cancelled sessions. (#7958) --- 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 %}