summaryrefslogtreecommitdiff
path: root/src/django_pgpmailman/forms.py
diff options
context:
space:
mode:
authorJ08nY2017-08-15 17:41:13 +0200
committerJ08nY2017-08-15 17:41:13 +0200
commit70cf9c14f3fd756bd40e848919d253d3e9b8fc44 (patch)
tree16e3a5ae8fea47e7851ffd1ddb499afa5dcf3daf /src/django_pgpmailman/forms.py
parentba165c597fb7d7407eea609eeaff115c99645c6d (diff)
downloaddjango-pgpmailman-70cf9c14f3fd756bd40e848919d253d3e9b8fc44.tar.gz
django-pgpmailman-70cf9c14f3fd756bd40e848919d253d3e9b8fc44.tar.zst
django-pgpmailman-70cf9c14f3fd756bd40e848919d253d3e9b8fc44.zip
Diffstat (limited to 'src/django_pgpmailman/forms.py')
-rw-r--r--src/django_pgpmailman/forms.py2
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'),