mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 22:44:47 +02:00
Fix typo ("ogranization")
This commit is contained in:
parent
a20952c496
commit
90a1b2552c
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ class DomainApplication(TimeStampedModel):
|
||||||
is_election_board = models.BooleanField(
|
is_election_board = models.BooleanField(
|
||||||
null=True,
|
null=True,
|
||||||
blank=True,
|
blank=True,
|
||||||
help_text="Is your ogranization an election office?",
|
help_text="Is your organization an election office?",
|
||||||
)
|
)
|
||||||
|
|
||||||
organization_name = models.TextField(
|
organization_name = models.TextField(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue