summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-10-12 06:49:03 +0000
committerbwarsaw2001-10-12 06:49:03 +0000
commit2bdace27ac6442f642721bf567ebf5e1663d22cd (patch)
tree52ca299632a8e1b85e7df844da8cf14817b775f9
parentba6c809c500882ca26a66bc370e5f1d3c754c70a (diff)
downloadmailman-2bdace27ac6442f642721bf567ebf5e1663d22cd.tar.gz
mailman-2bdace27ac6442f642721bf567ebf5e1663d22cd.tar.zst
mailman-2bdace27ac6442f642721bf567ebf5e1663d22cd.zip
-rw-r--r--Mailman/HTMLFormatter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py
index 5530c6b88..4b793ba56 100644
--- a/Mailman/HTMLFormatter.py
+++ b/Mailman/HTMLFormatter.py
@@ -221,7 +221,7 @@ class HTMLFormatter:
or change your subscription options %(either)senter your subscription
email address:
<p><center> ''')
- + TextBox('info', size=30).Format()
+ + TextBox('email', size=30).Format()
+ ' '
+ SubmitButton('UserOptions',
_('Unsubscribe or edit options')).Format()