From ac59a087cf8c71a346d209387c59cb07177190df Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 9 Jul 2016 16:28:59 +0000 Subject: [PATCH] Pre-fill the group in the interim meeting request form when linked from a button in the group's meeting tab. - Legacy-Id: 11574 --- ietf/templates/group/meetings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/group/meetings.html b/ietf/templates/group/meetings.html index 9d1c20d75..a7ae49cf6 100644 --- a/ietf/templates/group/meetings.html +++ b/ietf/templates/group/meetings.html @@ -10,7 +10,7 @@ Session requests {% if can_edit %} Request a session - Request an interim meeting + Request an interim meeting {% endif %} {% endblock buttonlist %}