From 70cf9c14f3fd756bd40e848919d253d3e9b8fc44 Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 15 Aug 2017 17:41:13 +0200 Subject: Add Encryption and Signature views as FormViews, populate them initally. --- src/django_pgpmailman/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/django_pgpmailman/forms.py') 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'), -- cgit v1.2.3-70-g09d2