Update src/registrar/views/domain_request.py

Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
This commit is contained in:
Rachid Mrad 2024-06-12 20:57:40 -04:00 committed by GitHub
parent 856d1f81fc
commit 956c320a1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -449,7 +449,7 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
else:
# Reset the above logic to be extra safe;
# we do not want to stumble into a situation where a user
# unkowingly overrites when she thinks she's working on a
# unknowingly overwrites when she thinks she's working on a
# new request
self.request.session["new_request"] = True
self.steps.current = step