We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3c8f0 commit 88ea94cCopy full SHA for 88ea94c
1 file changed
ietf/submit/forms.py
@@ -370,7 +370,7 @@ def save_submitter_info(self):
370
def save_new_draft_info(self):
371
salt = hashlib.sha1(str(random.random())).hexdigest()[:5]
372
self.draft.auth_key = hashlib.sha1(salt+self.cleaned_data['email']).hexdigest()
373
- self.draft.status_id = WAITING_AUTHENTICATION
+ self.draft.status_id = AWAITING_AUTHENTICATION
374
self.draft.save()
375
376
0 commit comments