We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c04782 commit 0c816eaCopy full SHA for 0c816ea
1 file changed
ietf/templates/base/menu.html
@@ -57,6 +57,9 @@
57
{% for g in user|managed_groups %}
58
<li><a href="{% url "group_docs" g.acronym %}">{{ g.acronym }} {{ g.type.slug }} docs</a></li>
59
{% 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 %}
63
{% else %}
64
<li><a rel="nofollow" href="/accounts/login/?next={{ request.get_full_path|urlencode }}">Sign in to track docs</a></li>
65
{% endif %}
0 commit comments