diff --git a/accounts/models.py b/accounts/models.py index 8e891f1..bece7cc 100644 --- a/accounts/models.py +++ b/accounts/models.py @@ -4,7 +4,7 @@ from django.db import models class User(AbstractUser): display_name = models.CharField( - max_length=200, help_test="Display name", blank=True, null=True + max_length=200, help_text="Display name", blank=True, null=True ) def __str__(self):