Merge branch 'issue21' into 'master'
Added a new element to the ListAutomaticResponsesForm to enable the editing of t…

Fixes #21.

See merge request !93
commit c8e8f4aa6c10977ea88ed453bb2a0d0e6a2f0071
2 parents 1732e21 + 048fcba
@Aurélien Bompard Aurélien Bompard authored on 9 May 2016
Showing 1 changed file
View
6
src/postorius/forms.py
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'),
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.'),
)
admin_immed_notify = forms.BooleanField(
widget=forms.RadioSelect(choices=((True, _('Yes')), (False, _('No')))),
required=False,
label=_('Admin immed notify'),