Merge branch 'main' into za/1946-update-field-helper-text

This commit is contained in:
zandercymatics 2024-04-22 15:06:21 -06:00
commit 143dd89c9d
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
39 changed files with 2138 additions and 450 deletions

View file

@ -33,6 +33,7 @@ class User(AbstractUser):
default=None, # Set the default value to None
null=True, # Allow the field to be null
blank=True, # Allow the field to be blank
verbose_name="user status",
help_text='Users in "restricted" status cannot make updates in the registrar or start a new request.',
)