mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
Merge branch 'main' into za/1988-investigate-indexes
This commit is contained in:
commit
6a393aad51
21 changed files with 734 additions and 6142 deletions
|
@ -90,6 +90,17 @@ class User(AbstractUser):
|
|||
help_text="Phone",
|
||||
)
|
||||
|
||||
middle_name = models.CharField(
|
||||
null=True,
|
||||
blank=True,
|
||||
)
|
||||
|
||||
title = models.CharField(
|
||||
null=True,
|
||||
blank=True,
|
||||
verbose_name="title / role",
|
||||
)
|
||||
|
||||
verification_type = models.CharField(
|
||||
choices=VerificationTypeChoices.choices,
|
||||
null=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue