fix: Typo

This commit is contained in:
Jennifer Richards 2023-09-25 12:01:27 -03:00 committed by GitHub
parent a42ef589f3
commit 8f0a0da5a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 %}
{% endblock %}