Skip to content

Commit 0c816ea

Browse files
committed
Add links to group meetings tabs from the navbar for chairs/secretaries. Commit ready for merge.
- Legacy-Id: 12317
1 parent 3c04782 commit 0c816ea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/templates/base/menu.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
{% for g in user|managed_groups %}
5858
<li><a href="{% url "group_docs" g.acronym %}">{{ g.acronym }} {{ g.type.slug }} docs</a></li>
5959
{% endfor %}
60+
{% for g in user|managed_groups %}
61+
<li><a href="{% url "ietf.group.views.meetings" g.acronym %}">{{ g.acronym }} {{ g.type.slug }} meetings</a></li>
62+
{% endfor %}
6063
{% else %}
6164
<li><a rel="nofollow" href="/accounts/login/?next={{ request.get_full_path|urlencode }}">Sign in to track docs</a></li>
6265
{% endif %}

0 commit comments

Comments
 (0)