Modify help text

Some old code snuck in here. Fixing that
This commit is contained in:
zandercymatics 2024-06-06 12:39:46 -06:00
parent 580b621696
commit 594f7e70bc
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 19 additions and 1 deletions

View file

@ -87,7 +87,6 @@ class User(AbstractUser):
phone = PhoneNumberField(
null=True,
blank=True,
help_text="Phone",
)
middle_name = models.CharField(