mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-19 17:25:56 +02:00
Modify help text
Some old code snuck in here. Fixing that
This commit is contained in:
parent
580b621696
commit
594f7e70bc
2 changed files with 19 additions and 1 deletions
|
@ -87,7 +87,6 @@ class User(AbstractUser):
|
|||
phone = PhoneNumberField(
|
||||
null=True,
|
||||
blank=True,
|
||||
help_text="Phone",
|
||||
)
|
||||
|
||||
middle_name = models.CharField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue