Skip to content

Commit 135a4af

Browse files
committed
Put RGs into the menu
- Legacy-Id: 7562
1 parent f52e676 commit 135a4af

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ietf/templates/base/left_menu.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@
7272
</ul>
7373
</div></div></li>
7474

75-
<li style="padding-top:0;"><a href="/wg/">Active WGs</a></li>
76-
<li><a href="{% url "ietf.group.info.chartering_groups" %}">Chartering WGs</a></li>
75+
<li style="padding-top:0;"><a href="{% url "ietf.group.info.active_groups" group_type="wg" %}">Active WGs</a></li>
76+
<li style="padding-top:0;"><a href="{% url "ietf.group.info.active_groups" group_type="rg" %}">Active RGs</a></li>
77+
<li><a href="{% url "ietf.group.info.chartering_groups" %}">Chartering</a></li>
7778
<li><a href="{% url "ietf.group.info.bofs" group_type="wg" %}">BoFs</a></li>
7879
<li><a href="http://tools.ietf.org/wg/concluded">Concluded WGs</a></li>
7980
<li><a href="http://www.ietf.org/list/nonwg.html">Non-WG Lists</a></li>

0 commit comments

Comments
 (0)