Skip to content

Commit 230bb23

Browse files
committed
Add navigation for the nomcom-chair to external tools. Fixes ietf-tools#2258. Commit ready for merge.
- Legacy-Id: 14518
1 parent 5835e52 commit 230bb23

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ietf/templates/nomcom/nomcom_private_base.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ <h1>NomCom {{ year }} {% if nomcom.group.state_id == 'conclude' %}(Concluded){%
4646
<li {% if selected == "edit_members" %}class="active"{% endif %}><a href="{% url 'ietf.nomcom.views.edit_members' year %}">Edit Members</a></li>
4747
{% endif %}
4848
<li {% if selected == "help" %}class="active"{% endif %}><a href="{% url 'ietf.nomcom.views.configuration_help' year %}">Configuration Help</a></li>
49+
<li role="presentation" class="dropdown-header">Other Tools</li>
50+
<li {% if selected == "announce" %}class="active"{% endif %}><a href="{% url 'ietf.secr.announcement.views.main'%}">Announcement Tool</a></li>
51+
<li {% if selected == "secr_verify" %}class="active"{% endif %}><a href="https://www.ietf.org/registration/nomcom_chair/nomcomstaff.py">Secretariat Eligibility Checking Tool</a></li>
52+
4953
</ul>
5054
</li>
5155
{% endif %}

0 commit comments

Comments
 (0)