Skip to content

Commit d2f0a74

Browse files
committed
Merged in [14518] from rjsparks@nostrum.com:
Add navigation for the nomcom-chair to external tools. Fixes ietf-tools#2258. - Legacy-Id: 14523 Note: SVN reference [14518] has been migrated to Git commit 230bb23
2 parents 819c142 + 230bb23 commit d2f0a74

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)