From c55a25461b772f92a5d33ac5df7101ae7c66835b Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 27 Jun 2012 08:46:04 +0000 Subject: [PATCH] New schema models have moved from redesign/ to ietf/; fix community sources accordingly. - Legacy-Id: 4526 --- ietf/community/templatetags/community_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()