summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/admin.py
diff options
context:
space:
mode:
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)