diff --git a/ietf/templates/nomcom/nomcom_public_base.html b/ietf/templates/nomcom/nomcom_public_base.html index 45b9b9135..27c34fb77 100644 --- a/ietf/templates/nomcom/nomcom_public_base.html +++ b/ietf/templates/nomcom/nomcom_public_base.html @@ -49,7 +49,7 @@ </li> {% if user|is_chair_or_advisor:year or user|has_role:"Secretariat" %} <li class="nav-item dropdown"> - <a class="nav-link dropdown-toggle {% if selected in 'eligibl,volunteers'|split:',' %}active{% endif %}" data-bs-toggle="dropdown" href="#">Volunteers</a> + <a class="nav-link dropdown-toggle {% if selected in 'eligible,volunteers'|split:',' %}active{% endif %}" data-bs-toggle="dropdown" href="#">Volunteers</a> <ul class="dropdown-menu mt-n1" role="menu"> <li class="nav-item"> <a class="dropdown-item {% if selected == 'eligible' %}active{% endif %}" @@ -83,4 +83,4 @@ }); }); </script> -{% endblock %} \ No newline at end of file +{% endblock %}