diff options
| author | bwarsaw | 2001-06-02 04:49:09 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-06-02 04:49:09 +0000 |
| commit | 2d1cfb8f3d78b35fc7717538302e6f5aa76aa316 (patch) | |
| tree | d5ae555fa9229c43d3ce122d94e638d1103ab06b /Mailman/Cgi/options.py | |
| parent | b90e9c4cf6d9857d97dd3dee25fc481686892145 (diff) | |
| download | mailman-2d1cfb8f3d78b35fc7717538302e6f5aa76aa316.tar.gz mailman-2d1cfb8f3d78b35fc7717538302e6f5aa76aa316.tar.zst mailman-2d1cfb8f3d78b35fc7717538302e6f5aa76aa316.zip | |
Diffstat (limited to 'Mailman/Cgi/options.py')
| -rw-r--r-- | Mailman/Cgi/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/options.py b/Mailman/Cgi/options.py index 23cf71bd3..038493500 100644 --- a/Mailman/Cgi/options.py +++ b/Mailman/Cgi/options.py @@ -447,7 +447,7 @@ def options_page(mlist, doc, user, cpuser, userlang, message=''): replacements['<mm-unsubscribe-button>'] = ( mlist.FormatButton('unsub', _('Unsubscribe')) + '<br>' + CheckBox('unsubconfirm', 1, checked=0).Format() + - '<em>Yes, I really want to unsubscribe</em>') + _('<em>Yes, I really want to unsubscribe</em>')) replacements['<mm-new-pass-box>'] = mlist.FormatSecureBox('newpw') replacements['<mm-confirm-pass-box>'] = mlist.FormatSecureBox('confpw') replacements['<mm-change-pass-button>'] = ( |
