mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Fix bad save
This commit is contained in:
parent
6835397f97
commit
9f95b92aee
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ class DotgovDomain(ApplicationWizard):
|
||||||
response = super().post(request, *args, **kwargs)
|
response = super().post(request, *args, **kwargs)
|
||||||
# Set the DraftDomain to "complete"
|
# Set the DraftDomain to "complete"
|
||||||
self.application.requested_domain.is_incomplete = False
|
self.application.requested_domain.is_incomplete = False
|
||||||
self.application.requested_domain.save()
|
self.application.save()
|
||||||
return response
|
return response
|
||||||
|
|
||||||
class Purpose(ApplicationWizard):
|
class Purpose(ApplicationWizard):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue