diff --git a/ietf/templates/group/group_base.html b/ietf/templates/group/group_base.html
index a3b94f638..a2957479b 100644
--- a/ietf/templates/group/group_base.html
+++ b/ietf/templates/group/group_base.html
@@ -30,13 +30,15 @@
{% endfor %}
- {% if menu_actions %}
-
- {% endif %}
+
{% block group_content %}
{% endblock group_content %}
diff --git a/ietf/templates/group/meetings-row.html b/ietf/templates/group/meetings-row.html
index 59900d8ed..cb7d930dc 100644
--- a/ietf/templates/group/meetings-row.html
+++ b/ietf/templates/group/meetings-row.html
@@ -26,9 +26,9 @@
{% endif %}
{% endif %}
- {% if s.agenda %}Agenda{% endif %} |
- {% if s.minutes %}Minutes{% endif %} |
- Materials |
+ {% if s.agenda %}Agenda{% endif %} |
+ {% if s.minutes %}Minutes{% endif %} |
+ Materials |
{% endfor %}
diff --git a/ietf/templates/group/meetings.html b/ietf/templates/group/meetings.html
index 68bedf9d3..701e8fc29 100644
--- a/ietf/templates/group/meetings.html
+++ b/ietf/templates/group/meetings.html
@@ -4,16 +4,17 @@
{% block title %}Meetings{% if group %} for {{group.acronym}}{% endif %}{% endblock %}
+{% block buttonlist %}
+ {{ block.super }}
+ Session requests
+ {% if can_edit %}
+ Request a session
+ {% endif %}
+{% endblock buttonlist %}
+
{% block group_content %}
{% origin %}
-
-
{% if in_progress %}