Skip to content

Commit 76fe6d1

Browse files
committed
Split up the action buttons on the group meeing tab to put buttons after the closing button on a new line. Added an interim meeting request button.
- Legacy-Id: 11572
1 parent 009856e commit 76fe6d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/templates/group/meetings.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66

77
{% block buttonlist %}
88
{{ block.super }}
9+
<br>
910
<a class="btn btn-default" href="{% url 'ietf.meeting.views.meeting_requests' %}">Session requests</a>
1011
{% if can_edit %}
1112
<a class="btn btn-default" href="{% url 'ietf.secr.sreq.views.main' %}">Request a session</a>
13+
<a class="btn btn-default" href="{% url 'ietf.meeting.views.interim_request' %}">Request an interim meeting</a>
1214
{% endif %}
1315
{% endblock buttonlist %}
1416

0 commit comments

Comments
 (0)