mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Linting
This commit is contained in:
parent
104f94da07
commit
cc294c4e7d
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ class DomainInformation(TimeStampedModel):
|
|||
choices=DomainRequest.OrgChoicesElectionOffice.choices,
|
||||
null=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(
|
||||
|
|
|
@ -496,7 +496,7 @@ class DomainRequest(TimeStampedModel):
|
|||
choices=OrgChoicesElectionOffice.choices,
|
||||
null=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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue