This commit is contained in:
zandercymatics 2024-04-23 09:59:54 -06:00
parent 104f94da07
commit cc294c4e7d
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ class DomainInformation(TimeStampedModel):
choices=DomainRequest.OrgChoicesElectionOffice.choices, choices=DomainRequest.OrgChoicesElectionOffice.choices,
null=True, null=True,
blank=True, blank=True,
help_text="\"Election\" appears after the org type if it's an election office.", help_text='"Election" appears after the org type if it\'s an election office.',
) )
federally_recognized_tribe = models.BooleanField( federally_recognized_tribe = models.BooleanField(

View file

@ -496,7 +496,7 @@ class DomainRequest(TimeStampedModel):
choices=OrgChoicesElectionOffice.choices, choices=OrgChoicesElectionOffice.choices,
null=True, null=True,
blank=True, blank=True,
help_text="\"Election\" appears after the org type if it's an election office.", help_text='"Election" appears after the org type if it\'s an election office.',
) )
federally_recognized_tribe = models.BooleanField( federally_recognized_tribe = models.BooleanField(