mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-06 11:13:21 +02:00
wip
This commit is contained in:
parent
b77b5ae689
commit
58fe2524f3
9 changed files with 71 additions and 28 deletions
|
@ -51,6 +51,7 @@ class UserProfileForm(forms.ModelForm):
|
|||
self.fields["email"].error_messages = {
|
||||
"required": "Enter your email address in the required format, like name@example.com."
|
||||
}
|
||||
# self.fields["email"].widget.attrs["readonly"] = "readonly"
|
||||
self.fields["phone"].error_messages["required"] = "Enter your phone number."
|
||||
self.domainInfo = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue