Changed the menu entry for non-wg lists to point at our own page.
- Legacy-Id: 14602
This commit is contained in:
parent
7f462b330b
commit
ca77fd169d
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue