Added a missing import statement, fixing a bug in the state change logging. Things seemed to be working without this, but the signature of the log_state_changed pulled in from ietf.utils is different that what's expected in the code.
- Legacy-Id: 5466
This commit is contained in:
parent
5f51f20409
commit
73e6f35d9a
|
@ -33,6 +33,7 @@ from ietf.doc.utils import *
|
|||
from ietf.name.models import IntendedStdLevelName, DocTagName, StreamName
|
||||
from ietf.person.models import Person, Email
|
||||
from ietf.message.models import Message
|
||||
from ietf.idrfc.utils import log_state_changed
|
||||
|
||||
class ChangeStateForm(forms.Form):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue