Remove from form

This commit is contained in:
Rebecca Hsieh 2023-12-15 11:19:53 -08:00
parent 3e811f80ce
commit 66899da283
No known key found for this signature in database
2 changed files with 1 additions and 6 deletions

View file

@ -228,6 +228,7 @@ class AuthorizingOfficialContactForm(ContactForm):
"required": "Enter an email address in the required format, like name@example.com."
}
class DomainSecurityEmailForm(forms.Form):
"""Form for adding or editing a security email to a domain."""

View file

@ -19,18 +19,12 @@
{% input_with_errors form.first_name %}
{% input_with_errors form.middle_name %}
{% input_with_errors form.last_name %}
{% input_with_errors form.title %}
{% input_with_errors form.email %}
{% input_with_errors form.phone %}
<button
type="submit"
class="usa-button"