From b34b51cab9af6df72dc0a9fcb3a9552b1bea954a Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 15 May 2019 12:21:57 +0000 Subject: [PATCH] Added .ics links for future meetings to the group meetings tab. - Legacy-Id: 16209 --- ietf/templates/group/meetings-row.html | 7 +++++-- ietf/templates/group/meetings.html | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ietf/templates/group/meetings-row.html b/ietf/templates/group/meetings-row.html index 9de064ee0..a6bfdbc46 100644 --- a/ietf/templates/group/meetings-row.html +++ b/ietf/templates/group/meetings-row.html @@ -36,10 +36,13 @@ {% endif %} - {% if s.meeting.type.slug == 'ietf' %} + {% if show_ical %} + {% if s.meeting.type.slug == 'ietf' %} {{s.time|date:"H:i"}} - {% if show_ical %}   + {% else %} + +   {% endif %} {% endif %} diff --git a/ietf/templates/group/meetings.html b/ietf/templates/group/meetings.html index 5537acf89..95ac7eb59 100644 --- a/ietf/templates/group/meetings.html +++ b/ietf/templates/group/meetings.html @@ -34,6 +34,7 @@
Future Meetings +
{% with sessions=future show_request=True show_ical=True %}