mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +02:00
cleanup
This commit is contained in:
parent
7a666c536f
commit
dbd418dc48
4 changed files with 21 additions and 7 deletions
|
@ -47,7 +47,7 @@ class UserProfileForm(forms.ModelForm):
|
|||
self.fields["middle_name"].label = "Middle name (optional)"
|
||||
self.fields["last_name"].label = "Last name / family name"
|
||||
self.fields["title"].label = "Title or role in your organization"
|
||||
self.fields["email"].label = "Organizational email"
|
||||
self.fields["email"].label = "Organization email"
|
||||
|
||||
# Set custom error messages
|
||||
self.fields["first_name"].error_messages = {"required": "Enter your first name / given name."}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue