diff --git a/ietf/community/templatetags/community_tags.py b/ietf/community/templatetags/community_tags.py index 9a9bb0e18..3be642c25 100644 --- a/ietf/community/templatetags/community_tags.py +++ b/ietf/community/templatetags/community_tags.py @@ -2,7 +2,7 @@ from django import template from django.template.loader import render_to_string from ietf.community.models import CommunityList -from redesign.group.models import Role +from ietf.group.models import Role register = template.Library()