mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +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):
|
class DomainSecurityEmailForm(forms.Form):
|
||||||
"""Form for adding or editing a security email to a domain."""
|
"""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):
|
class DomainOrgNameAddressForm(forms.ModelForm):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue