mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
fix is_feb
This commit is contained in:
parent
292c08902a
commit
190bca2cac
1 changed files with 1 additions and 1 deletions
|
@ -1405,7 +1405,7 @@ class DomainRequest(TimeStampedModel):
|
|||
# generic_org_type is either blank or None, assume no
|
||||
return False
|
||||
if self.generic_org_type == DomainRequest.OrganizationChoices.FEDERAL:
|
||||
return self.federal_type == DomainRequest.FederalChoices.EXECUTIVE
|
||||
return self.federal_type == BranchChoices.EXECUTIVE
|
||||
return False
|
||||
|
||||
def is_federal(self) -> Union[bool, None]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue