mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 22:44:47 +02:00
fixing linting errors
This commit is contained in:
parent
3ad42bf42e
commit
2de28edcc4
2 changed files with 1 additions and 4 deletions
|
@ -638,4 +638,3 @@ class RequirementsForm(RegistrarForm):
|
||||||
"required": ("Check the box if you read and agree to the requirements for operating .gov domains.")
|
"required": ("Check the box if you read and agree to the requirements for operating .gov domains.")
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -195,7 +195,6 @@ 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(
|
security_email = forms.EmailField(
|
||||||
label="Security email (optional)",
|
label="Security email (optional)",
|
||||||
required=False,
|
required=False,
|
||||||
|
@ -205,7 +204,6 @@ class DomainSecurityEmailForm(forms.Form):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class DomainOrgNameAddressForm(forms.ModelForm):
|
class DomainOrgNameAddressForm(forms.ModelForm):
|
||||||
"""Form for updating the organization name and mailing address."""
|
"""Form for updating the organization name and mailing address."""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue