Update more table field names

This commit is contained in:
Erin 2024-04-12 16:39:22 -07:00
parent ed517aa258
commit d419bf7d2a
No known key found for this signature in database
GPG key ID: 1CAD275313C62460
4 changed files with 6 additions and 2 deletions

View file

@ -478,6 +478,7 @@ class DomainRequest(TimeStampedModel):
is_election_board = models.BooleanField(
null=True,
blank=True,
verbose_name="Election office",
help_text="Is your organization an election office?",
)
@ -659,6 +660,7 @@ class DomainRequest(TimeStampedModel):
null=True,
blank=True,
default=None,
verbose_name="Submitted at",
help_text="Date submitted",
)