Fixed an import statement that could cause grief.
- Legacy-Id: 5474
This commit is contained in:
parent
2ba4f8049d
commit
fac0d42511
|
@ -5,7 +5,7 @@ from django.shortcuts import get_object_or_404, render_to_response
|
|||
|
||||
import debug
|
||||
|
||||
from doc.models import State, StateType
|
||||
from ietf.doc.models import State, StateType
|
||||
|
||||
|
||||
def state(request, doc, type=None):
|
||||
|
|
Loading…
Reference in a new issue