summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/admin.py
diff options
context:
space:
mode:
authorbwarsaw2000-04-09 22:50:13 +0000
committerbwarsaw2000-04-09 22:50:13 +0000
commitddd3634c9fe51e063051b30df1fa769dd07c8d02 (patch)
treeee35f46b438eec636219d73d7baee88d705ec736 /Mailman/Cgi/admin.py
parent08f63ea62b8051db29c4a3fbdec28fe1ba181767 (diff)
downloadmailman-ddd3634c9fe51e063051b30df1fa769dd07c8d02.tar.gz
mailman-ddd3634c9fe51e063051b30df1fa769dd07c8d02.tar.zst
mailman-ddd3634c9fe51e063051b30df1fa769dd07c8d02.zip
Diffstat (limited to 'Mailman/Cgi/admin.py')
-rw-r--r--Mailman/Cgi/admin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Cgi/admin.py b/Mailman/Cgi/admin.py
index e58e77cd5..6a9e56a66 100644
--- a/Mailman/Cgi/admin.py
+++ b/Mailman/Cgi/admin.py
@@ -306,8 +306,6 @@ def FormatConfiguration(doc, mlist, category, category_suffix, cgi_data):
andpassmsg = ""
form.AddItem("Make your changes below, and then submit them"
" using the button at the bottom.%s<p>"
- "<STRONG>NOTE:</STRONG> Changes will only take effect"
- " if your browser supports \"cookies\".<P>"
% andpassmsg)
form.AddItem(FormatOptionsSection(category, mlist, cgi_data))
@@ -707,6 +705,8 @@ def GetValidValue(mlist, prop, my_type, val, dependant):
Utils.ValidateEmail(val)
return val
except Errors.EmailAddressError:
+ # TBD: should have a way of displaying the results of the
+ # operation.
pass
# Revert to the old value.
return getattr(mlist, prop)