mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 06:24:45 +02:00
Revert "Unrecognized tribal government more explanation"
This reverts commit 2cd53dc4c8
.
This commit is contained in:
parent
78fb98bf56
commit
b36dbf8ec1
6 changed files with 9 additions and 155 deletions
|
@ -495,17 +495,6 @@ class DomainApplication(TimeStampedModel):
|
|||
user_choice = self.organization_type
|
||||
return user_choice == DomainApplication.OrganizationChoices.TRIBAL
|
||||
|
||||
def show_tribal_explanation(self) -> bool:
|
||||
"""Show this step if the tribe is not federally or state recognized."""
|
||||
user_choice = self.organization_type
|
||||
if user_choice == DomainApplication.OrganizationChoices.TRIBAL:
|
||||
# did answer tribal, check the recognition answers
|
||||
return (
|
||||
self.federally_recognized_tribe is False
|
||||
and self.state_recognized_tribe is False
|
||||
)
|
||||
return False
|
||||
|
||||
def show_organization_election(self) -> bool:
|
||||
"""Show this step if the answer to the first question implies it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue