mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Lowercase first name field in contact model
This commit is contained in:
parent
009dd1bf19
commit
f9fdbfe68a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Contact(TimeStampedModel):
|
|||
first_name = models.CharField(
|
||||
null=True,
|
||||
blank=True,
|
||||
verbose_name="First name",
|
||||
verbose_name="first name",
|
||||
db_index=True,
|
||||
)
|
||||
middle_name = models.CharField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue