diff --git a/src/postorius/forms.py b/src/postorius/forms.py index 536194a..036b8b8 100644 --- a/src/postorius/forms.py +++ b/src/postorius/forms.py @@ -40,9 +40,6 @@ description = forms.CharField( label=_('Description'), required=False) - contact_address = forms.EmailField( - label=_('Contact Address'), - required=False) def clean_mail_host(self): mail_host = self.cleaned_data['mail_host'] diff --git a/src/postorius/templates/postorius/domain_new.html b/src/postorius/templates/postorius/domain_new.html index a6b3685..ec9e57d 100644 --- a/src/postorius/templates/postorius/domain_new.html +++ b/src/postorius/templates/postorius/domain_new.html @@ -37,15 +37,6 @@ -
{% trans "Example:" %} {% trans "postmaster@domain.org" %}
-