From 2bdace27ac6442f642721bf567ebf5e1663d22cd Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Fri, 12 Oct 2001 06:49:03 +0000 Subject: FormatEditingOptions(): Make the text box's name "email" so as to hook up with what options.py expects. --- Mailman/HTMLFormatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/HTMLFormatter.py') 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:

''') - + TextBox('info', size=30).Format() + + TextBox('email', size=30).Format() + ' ' + SubmitButton('UserOptions', _('Unsubscribe or edit options')).Format() -- cgit v1.2.3-70-g09d2