Skip to content

Commit dfaf5a5

Browse files
committed
Renamed groupfilters to group_filters
- Legacy-Id: 14206
1 parent efea15e commit dfaf5a5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
def has_sessions(group,num):
77
return group.session_set.filter(meeting__number=num).exists()
88

9+
@register.filter
10+
def active_roles(queryset):
11+
return queryset.filter(state_id='active').exclude(group__acronym='secretariat')
12+

ietf/templates/meeting/materials_editable_groups.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{# Copyright The IETF Trust 2016, All Rights Reserved #}
33
{% load origin %}
44

5-
{% load ietf_filters managed_groups groupfilters %}
5+
{% load ietf_filters managed_groups group_filters %}
66

77
{% block content %}
88
<h1>IETF {{ meeting_num }} meeting materials that you can edit</h1>

0 commit comments

Comments
 (0)