Merged in [14532] from rjsparks@nostrum.com:
Add another external tool link to the nomcom chair's task menu.
- Legacy-Id: 14537
Note: SVN reference [14532] has been migrated to Git commit ae16217900
This commit is contained in:
commit
2644ea9af3
|
@ -48,8 +48,8 @@
|
|||
<li {% if selected == "help" %}class="active"{% endif %}><a href="{% url 'ietf.nomcom.views.configuration_help' year %}">Configuration Help</a></li>
|
||||
<li role="presentation" class="dropdown-header">Other Tools</li>
|
||||
<li {% if selected == "announce" %}class="active"{% endif %}><a href="{% url 'ietf.secr.announcement.views.main'%}">Announcement Tool</a></li>
|
||||
<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>
|
||||
|
||||
<li {% if selected == "secr_verify" %}class="active"{% endif %}><a href="https://www.ietf.org/registration/nomcom_chair/nomcomstaff.py">Secretariat Private Eligibility Checker</a></li>
|
||||
<li {% if selected == "secr_pub_verify" %}class="active"{% endif %}><a href="https://www.ietf.org/registration/nomcom.py">Secretariat Public Eligibility Checker</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue