mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 22:44:47 +02:00
Fix merge fallout and migrations
This commit is contained in:
parent
5d56c88ba5
commit
3e878c776d
5 changed files with 29 additions and 5 deletions
|
@ -555,7 +555,7 @@ class ApplicationWizard(LoginRequiredMixin, NamedUrlSessionWizardView):
|
|||
return None
|
||||
else:
|
||||
# they have answered this question
|
||||
if organization_type == DomainApplication.FEDERAL:
|
||||
if organization_type == DomainApplication.OrganizationChoices.FEDERAL:
|
||||
return True
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue