Skip to content

Commit ae60b41

Browse files
authored
feat: Add "IESG" group at top of Groups menu (#9144)
* feat: Add "IESG" group at top of Groups menu Creates an IESG group at the top of the Group dropdown menu that points at https://datatracker.ietf.org/group/iesg/about/. Maybe that value shouldn't be hardcoded into menu.html. This feature is in response to issue #9018. * feat: Add "IESG" group at top of Groups menu This feature is in response to issue #9018. This commit is an update to the original commit to add proper support for the left menu and use a non-hardcoded URL for the IESG.
1 parent 4ea1688 commit ae60b41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ietf/templates/base/menu.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<span class="fw-bolder">Groups</span>
2020
</li>
2121
{% endif %}
22+
<li><a class="dropdown-item" href="{% url "ietf.group.views.group_about" acronym="iesg" %}">IESG</a></li>
2223
{% if flavor == 'top' %}<li class="dropdown-header">By area/parent</li>{% endif %}
2324
{% wg_menu flavor %}
2425
<li class="dropend">

0 commit comments

Comments
 (0)