Changed the menu entry for non-wg lists to point at our own page.

- Legacy-Id: 14602
This commit is contained in:
Henrik Levkowetz 2018-01-31 18:03:24 +00:00
parent 7f462b330b
commit ca77fd169d

View file

@ -31,7 +31,7 @@
{% if flavor == "top" %}<li class="divider hidden-xs"></li>{% endif %}
<li {%if flavor == "top" %}class="dropdown-header hidden-xs"{% else %}class="nav-header"{% endif %}>Other groups</li>
<li><a href="{% url "ietf.group.views.concluded_groups" %}">Concluded groups</a></li>
<li><a href="https://www.ietf.org/list/nonwg.html">Non-WG lists</a></li>
<li><a href="{% url 'ietf.mailinglists.views.nonwg' %}">Non-WG lists</a></li>
{% if flavor == "top" %}</ul>{% endif %}