mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 21:44:08 +02:00
Update domain_information.py
This commit is contained in:
parent
75f4e7f4b1
commit
c8db49b1fb
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class DomainInformation(TimeStampedModel):
|
||||||
blank=True,
|
blank=True,
|
||||||
help_text="Type of Organization",
|
help_text="Type of Organization",
|
||||||
)
|
)
|
||||||
|
|
||||||
federally_recognized_tribe = models.BooleanField(
|
federally_recognized_tribe = models.BooleanField(
|
||||||
null=True,
|
null=True,
|
||||||
help_text="Is the tribe federally recognized",
|
help_text="Is the tribe federally recognized",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue