mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-05 20:17:24 +02:00
trigger PR pipeline
This commit is contained in:
parent
003db40e58
commit
7b13dd4b3a
1 changed files with 6 additions and 6 deletions
|
@ -107,9 +107,9 @@ class DomainApplication(TimeStampedModel):
|
||||||
class OrganizationChoices(models.TextChoices):
|
class OrganizationChoices(models.TextChoices):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Primary organization choices:
|
Primary organization choices:
|
||||||
For use in django admin
|
For use in django admin
|
||||||
Keys need to match OrganizationChoicesVerbose
|
Keys need to match OrganizationChoicesVerbose
|
||||||
"""
|
"""
|
||||||
|
|
||||||
FEDERAL = "federal", "Federal"
|
FEDERAL = "federal", "Federal"
|
||||||
|
@ -124,9 +124,9 @@ class DomainApplication(TimeStampedModel):
|
||||||
class OrganizationChoicesVerbose(models.TextChoices):
|
class OrganizationChoicesVerbose(models.TextChoices):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Secondary organization choices
|
Secondary organization choices
|
||||||
For use in the application form and on the templates
|
For use in the application form and on the templates
|
||||||
Keys need to match OrganizationChoices
|
Keys need to match OrganizationChoices
|
||||||
"""
|
"""
|
||||||
|
|
||||||
FEDERAL = (
|
FEDERAL = (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue