mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 06:24:45 +02:00
Merge branch 'main' into jon/541
This commit is contained in:
commit
381d8a6593
31 changed files with 846 additions and 493 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue