Skip to content

Commit 73e6f35

Browse files
committed
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
1 parent 5f51f20 commit 73e6f35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ietf/idrfc/views_edit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
from ietf.name.models import IntendedStdLevelName, DocTagName, StreamName
3434
from ietf.person.models import Person, Email
3535
from ietf.message.models import Message
36+
from ietf.idrfc.utils import log_state_changed
3637

3738
class ChangeStateForm(forms.Form):
3839
pass

0 commit comments

Comments
 (0)