Fix typo ("ogranization")

This commit is contained in:
Ashwin Ramaswami 2023-03-14 17:16:46 -05:00 committed by GitHub
parent a20952c496
commit 90a1b2552c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -327,7 +327,7 @@ class DomainApplication(TimeStampedModel):
is_election_board = models.BooleanField(
null=True,
blank=True,
help_text="Is your ogranization an election office?",
help_text="Is your organization an election office?",
)
organization_name = models.TextField(