Add navigation for the nomcom-chair to external tools. Fixes #2258. Commit ready for merge.
- Legacy-Id: 14518
This commit is contained in:
parent
5835e52759
commit
230bb2371a
|
@ -46,6 +46,10 @@
|
|||
<li {% if selected == "edit_members" %}class="active"{% endif %}><a href="{% url 'ietf.nomcom.views.edit_members' year %}">Edit Members</a></li>
|
||||
{% endif %}
|
||||
<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>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue