Merged in [12317] from rjsparks@nostrum.com:

Add links to group meetings tabs from the navbar for chairs/secretaries.
 - Legacy-Id: 12335
Note: SVN reference [12317] has been migrated to Git commit 0c816eaaf9
This commit is contained in:
Henrik Levkowetz 2016-11-12 08:02:36 +00:00
commit 1c3a90642f

View file

@ -57,6 +57,9 @@
{% for g in user|managed_groups %}
<li><a href="{% url "group_docs" g.acronym %}">{{ g.acronym }} {{ g.type.slug }} docs</a></li>
{% endfor %}
{% for g in user|managed_groups %}
<li><a href="{% url "ietf.group.views.meetings" g.acronym %}">{{ g.acronym }} {{ g.type.slug }} meetings</a></li>
{% endfor %}
{% else %}
<li><a rel="nofollow" href="/accounts/login/?next={{ request.get_full_path|urlencode }}">Sign in to track docs</a></li>
{% endif %}