Skip to content

Commit 88ea94c

Browse files
committed
Fixed another typo.
- Legacy-Id: 4818
1 parent ac3c8f0 commit 88ea94c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/submit/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def save_submitter_info(self):
370370
def save_new_draft_info(self):
371371
salt = hashlib.sha1(str(random.random())).hexdigest()[:5]
372372
self.draft.auth_key = hashlib.sha1(salt+self.cleaned_data['email']).hexdigest()
373-
self.draft.status_id = WAITING_AUTHENTICATION
373+
self.draft.status_id = AWAITING_AUTHENTICATION
374374
self.draft.save()
375375

376376

0 commit comments

Comments
 (0)