From f4ddbfaf8b31734325ebef6f24ed95fdebf063a9 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Wed, 1 Feb 2023 18:32:34 +0200 Subject: [PATCH] fix: Don't show time or ical link for unscheduled sessions (#5063) * fix: Don't show time for unscheduled sessions Fixes #5016 * Don't show the ical button either --- 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 38266e5ce07..6dc65ab7f6b 100644 --- a/ietf/templates/group/meetings-row.html +++ b/ietf/templates/group/meetings-row.html @@ -30,7 +30,7 @@ {% if s.current_status == "sched" %}{{ s.time|date:"D" }}{% endif %} - {% if show_ical %} + {% if show_ical and s.current_status == "sched" %} {% if s.meeting.type_id == 'ietf' %} {{ s.time|date:"H:i" }}