From 71f52bc964b2bd1e19116f1ed601871d4666a280 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Tue, 19 Nov 2024 15:01:20 -0500 Subject: [PATCH] fix: move future meetings button in group meetings page to the left (#8239) --- 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 8acc688cc..deaea1e67 100644 --- a/ietf/templates/group/meetings.html +++ b/ietf/templates/group/meetings.html @@ -40,7 +40,7 @@ {% if future %}

Future Meetings - @@ -174,4 +174,4 @@ ietf_timezone.initialize('local'); }); -{% endblock %} \ No newline at end of file +{% endblock %}