Merge branch 'main' into jon/541

This commit is contained in:
Jon 2023-05-08 14:45:07 -04:00 committed by GitHub
commit 381d8a6593
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 846 additions and 493 deletions

View file

@ -292,7 +292,7 @@ class DomainApplication(TimeStampedModel):
choices=OrganizationChoices.choices,
null=True,
blank=True,
help_text="Type of Organization",
help_text="Type of organization",
)
federally_recognized_tribe = models.BooleanField(
@ -381,7 +381,7 @@ class DomainApplication(TimeStampedModel):
more_organization_information = models.TextField(
null=True,
blank=True,
help_text="Further information about the government organization",
help_text="More information about your organization",
)
authorizing_official = models.ForeignKey(