diff options
Diffstat (limited to 'mailman/pipeline/decorate.py')
| -rw-r--r-- | mailman/pipeline/decorate.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mailman/pipeline/decorate.py b/mailman/pipeline/decorate.py index 3059bde38..4e4b1b97b 100644 --- a/mailman/pipeline/decorate.py +++ b/mailman/pipeline/decorate.py @@ -202,10 +202,9 @@ def decorate(mlist, template, extradict=None): list_name = mlist.list_name, fqdn_listname = mlist.fqdn_listname, host_name = mlist.host_name, - web_page_url = mlist.web_page_url, + listinfo_page = mlist.script_url('listinfo'), description = mlist.description, info = mlist.info, - cgiext = Defaults.CGIEXT, ) if extradict is not None: d.update(extradict) |
