diff --git a/progit/hooks/mail.py b/progit/hooks/mail.py index f325a53..6d6137d 100644 --- a/progit/hooks/mail.py +++ b/progit/hooks/mail.py @@ -50,7 +50,7 @@ class MailForm(wtf.Form): ''' Form to configure the mail hook. ''' mail_to = wtforms.TextField( 'Mail to *', - [wtforms.validators.Required()] + [wtforms.validators.Optional()] ) active = wtforms.BooleanField( 'Acive',