Skip to content

Commit e899ed6

Browse files
committed
Permit ADs to do wg session materials upload.
- Legacy-Id: 14293
1 parent 85a1007 commit e899ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/templatetags/managed_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def managed_groups(user):
1717
# state__slug='active').select_related("type"))
1818

1919
groups.extend(Group.objects.filter(
20-
role__name__slug__in=['chair', 'delegate', ],
20+
role__name__slug__in=['chair', 'delegate', 'ad', ],
2121
role__person__user=user,
2222
type__slug__in=('rg', 'wg', 'ag', 'ietf'),
2323
state__slug__in=('active', 'bof')).select_related("type"))

0 commit comments

Comments
 (0)