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:
Henrik Levkowetz 2013-02-26 15:36:54 +00:00
parent 5f51f20409
commit 73e6f35d9a

View file

@ -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