mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 23:42:17 +02:00
Remove from form
This commit is contained in:
parent
3e811f80ce
commit
66899da283
2 changed files with 1 additions and 6 deletions
|
@ -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."""
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue