mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
Added (optional) to security email form label
This commit is contained in:
parent
78aa477719
commit
e58586bb18
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class ContactForm(forms.ModelForm):
|
|||
class DomainSecurityEmailForm(forms.Form):
|
||||
"""Form for adding or editing a security email to a domain."""
|
||||
|
||||
security_email = forms.EmailField(label="Security email", required=False)
|
||||
security_email = forms.EmailField(label="Security email (optional)", required=False)
|
||||
|
||||
|
||||
class DomainOrgNameAddressForm(forms.ModelForm):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue