diff --git a/src/postorius/forms.py b/src/postorius/forms.py index 2063758..5487312 100644 --- a/src/postorius/forms.py +++ b/src/postorius/forms.py @@ -627,12 +627,14 @@ 'mailing list manager to Mailman.')) welcome_message_uri = forms.CharField( label=_('URI for the welcome message'), + required=False, help_text=_( 'If a welcome message is to be sent to subscribers, you can ' 'specify a URI that gives the text of this message.'), ) goodbye_message_uri = forms.CharField( label=_('URI for the good bye message'), + required=False, help_text=_( 'If a good bye message is to be sent to unsubscribers, you can ' 'specify a URI that gives the text of this message.'),