New schema models have moved from redesign/ to ietf/; fix community sources accordingly.
- Legacy-Id: 4526
This commit is contained in:
parent
fdff56bd21
commit
c55a25461b
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue