Skip to content

Commit a39f207

Browse files
committed
Add the meetings tab to groups of type team
- Legacy-Id: 10855
1 parent bd0b166 commit a39f207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/group/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def construct_group_menu_context(request, group, selected, group_type, others):
336336
entries.append(("About", urlreverse("group_about", kwargs=kwargs)))
337337
if group.features.has_materials and get_group_materials(group).exists():
338338
entries.append(("Materials", urlreverse("ietf.group.info.materials", kwargs=kwargs)))
339-
if group.type_id in ('rg','wg'):
339+
if group.type_id in ('rg','wg','team'):
340340
entries.append(("Meetings", urlreverse("ietf.group.info.meetings", kwargs=kwargs)))
341341
entries.append(("Email expansions", urlreverse("ietf.group.info.email", kwargs=kwargs)))
342342
entries.append(("History", urlreverse("ietf.group.info.history", kwargs=kwargs)))

0 commit comments

Comments
 (0)