We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f462b3 commit ca77fd1Copy full SHA for ca77fd1
1 file changed
ietf/templates/base/menu.html
@@ -31,7 +31,7 @@
31
{% if flavor == "top" %}<li class="divider hidden-xs"></li>{% endif %}
32
<li {%if flavor == "top" %}class="dropdown-header hidden-xs"{% else %}class="nav-header"{% endif %}>Other groups</li>
33
<li><a href="{% url "ietf.group.views.concluded_groups" %}">Concluded groups</a></li>
34
- <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>
35
36
{% if flavor == "top" %}</ul>{% endif %}
37
0 commit comments