Update domain_information.py

This commit is contained in:
zandercymatics 2023-11-09 15:33:15 -07:00
parent 75f4e7f4b1
commit c8db49b1fb
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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",