From c121aa079d6216512915b6cb596dd06ad3ef2fec Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Tue, 19 Nov 2024 14:52:28 -0500 Subject: [PATCH] fix: move future meetings button in group meetings page to the left --- ietf/templates/group/meetings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/templates/group/meetings.html b/ietf/templates/group/meetings.html index 8acc688cc1..deaea1e675 100644 --- a/ietf/templates/group/meetings.html +++ b/ietf/templates/group/meetings.html @@ -40,7 +40,7 @@

Meetings in progress

{% if future %}

Future Meetings - @@ -174,4 +174,4 @@

Meetings more than four years ago

ietf_timezone.initialize('local'); }); -{% endblock %} \ No newline at end of file +{% endblock %}