mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 01:33:32 +02:00
Merge branch 'main' into za/1946-update-field-helper-text
This commit is contained in:
commit
143dd89c9d
39 changed files with 2138 additions and 450 deletions
|
@ -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.',
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue