Update 0001_initial.py

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

View file

@ -261,7 +261,7 @@ class Migration(migrations.Migration):
"is_election_office",
models.BooleanField(
blank=True,
help_text="Is your ogranization an election office?",
help_text="Is your organization an election office?",
null=True,
),
),