diff options
Diffstat (limited to 'src/django_pgpmailman/forms.py')
| -rw-r--r-- | src/django_pgpmailman/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/django_pgpmailman/forms.py b/src/django_pgpmailman/forms.py index bba8e41..17b5380 100644 --- a/src/django_pgpmailman/forms.py +++ b/src/django_pgpmailman/forms.py @@ -50,7 +50,7 @@ class ListSignatureSettingsForm(forms.Form): 'Whether to sign the outgoing postings of a mailing list' 'by the list key.') ) - strip_original_signature = forms.NullBooleanField( + strip_original_sig = forms.NullBooleanField( widget=NullBooleanRadioSelect(choices=boolean_choices), required=False, label=_('Strip sender signature'), |
