diff --git a/src/postorius/forms.py b/src/postorius/forms.py index 7926a4c..419e194 100644 --- a/src/postorius/forms.py +++ b/src/postorius/forms.py @@ -39,8 +39,8 @@ description = forms.CharField( label=_('Description'), required=False) - info = forms.CharField( - label=_('Information'), + contact_address = forms.EmailField( + label=_('Contact Address'), required=False) def clean_mail_host(self):