mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Update domain.py
This commit is contained in:
parent
ab2c097441
commit
2b2d71847b
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ class ContactForm(forms.ModelForm):
|
|||
"""Form for updating contacts."""
|
||||
|
||||
email = forms.EmailField(max_length=None)
|
||||
|
||||
class Meta:
|
||||
model = Contact
|
||||
fields = ["first_name", "middle_name", "last_name", "title", "email", "phone"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue