Skip to content

Commit 9409814

Browse files
committed
Fix missing import
- Legacy-Id: 6137
1 parent 947345e commit 9409814

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/wginfo/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
from ietf.person.models import Email
4949
from ietf.group.utils import get_charter_text
5050
from ietf.doc.templatetags.ietf_filters import clean_whitespace
51+
from ietf.ietfauth.utils import has_role
5152

5253

5354
def fill_in_charter_info(group, include_drafts=False):

0 commit comments

Comments
 (0)