summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/rmlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Cgi/rmlist.py')
-rw-r--r--Mailman/Cgi/rmlist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Cgi/rmlist.py b/Mailman/Cgi/rmlist.py
index 3499886a5..7dd9054a5 100644
--- a/Mailman/Cgi/rmlist.py
+++ b/Mailman/Cgi/rmlist.py
@@ -152,7 +152,7 @@ def process_request(doc, cgidata, mlist):
table = Table(border=0, width='100%')
table.AddRow([Center(Bold(FontAttr(title, size='+1')))])
table.AddCellInfo(table.GetCurrentRowIndex(), 0,
- bgcolor=mm_cfg.WEB_HEADERCOLOR)
+ bgcolor=mm_cfg.WEB_HEADER_COLOR)
table.AddRow([_('''You have successfully deleted the mailing list
<b>%(listname)s</b>.''')])
doc.AddItem(table)
@@ -175,7 +175,7 @@ def request_deletion(doc, mlist, errmsg=None):
table = Table(border=0, width='100%')
table.AddRow([Center(Bold(FontAttr(title, size='+1')))])
table.AddCellInfo(table.GetCurrentRowIndex(), 0,
- bgcolor=mm_cfg.WEB_HEADERCOLOR)
+ bgcolor=mm_cfg.WEB_HEADER_COLOR)
# Add any error message
if errmsg: