trigger PR pipeline

This commit is contained in:
Rachid Mrad 2023-10-12 16:14:51 -04:00
parent 003db40e58
commit 7b13dd4b3a
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -107,9 +107,9 @@ class DomainApplication(TimeStampedModel):
class OrganizationChoices(models.TextChoices):
"""
Primary organization choices:
For use in django admin
Keys need to match OrganizationChoicesVerbose
Primary organization choices:
For use in django admin
Keys need to match OrganizationChoicesVerbose
"""
FEDERAL = "federal", "Federal"
@ -124,9 +124,9 @@ class DomainApplication(TimeStampedModel):
class OrganizationChoicesVerbose(models.TextChoices):
"""
Secondary organization choices
For use in the application form and on the templates
Keys need to match OrganizationChoices
Secondary organization choices
For use in the application form and on the templates
Keys need to match OrganizationChoices
"""
FEDERAL = (