mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 10:07:04 +02:00
Initial logic
This commit is contained in:
parent
b01e707b82
commit
f0ba59611e
1 changed files with 1 additions and 1 deletions
|
@ -1155,7 +1155,7 @@ class DomainRequest(TimeStampedModel):
|
|||
required_fields = [
|
||||
self.requested_suborganization,
|
||||
self.suborganization_city,
|
||||
self.suborganization_state_territory
|
||||
self.suborganization_state_territory,
|
||||
]
|
||||
if not self.sub_organization and all(required_fields):
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue