mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-07 04:55:40 +02:00
updated error messages
This commit is contained in:
parent
6a7da08dbc
commit
882d7d59d4
1 changed files with 2 additions and 2 deletions
|
@ -649,11 +649,11 @@ class NoOtherContactsForm(BaseDeletableRegistrarForm):
|
||||||
class CisaRepresentativeForm(BaseDeletableRegistrarForm):
|
class CisaRepresentativeForm(BaseDeletableRegistrarForm):
|
||||||
cisa_representative_first_name = forms.CharField(
|
cisa_representative_first_name = forms.CharField(
|
||||||
label="First name / given name",
|
label="First name / given name",
|
||||||
error_messages={"required": "Enter your first name / given name."},
|
error_messages={"required": "Enter the first name / given name of the CISA regional representative."},
|
||||||
)
|
)
|
||||||
cisa_representative_last_name = forms.CharField(
|
cisa_representative_last_name = forms.CharField(
|
||||||
label="Last name / family name",
|
label="Last name / family name",
|
||||||
error_messages={"required": "Enter your last name / family name."},
|
error_messages={"required": "Enter the last name / family name of the CISA regional representative."},
|
||||||
)
|
)
|
||||||
cisa_representative_email = forms.EmailField(
|
cisa_representative_email = forms.EmailField(
|
||||||
label="Your representative’s email (optional)",
|
label="Your representative’s email (optional)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue