mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Revert leftover change
This commit is contained in:
parent
051515f702
commit
9b4cf5a806
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ class AuthorizingOfficialContactForm(ContactForm):
|
|||
class DomainSecurityEmailForm(forms.Form):
|
||||
"""Form for adding or editing a security email to a domain."""
|
||||
|
||||
security_email = forms.EmailField(label="Security email (optional)", required=False)
|
||||
security_email = forms.EmailField(label="Security email", required=False)
|
||||
|
||||
|
||||
class DomainOrgNameAddressForm(forms.ModelForm):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue