diff options
| author | Barry Warsaw | 2009-01-03 05:13:41 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-01-03 05:13:41 -0500 |
| commit | e5a96f14fb0fe8196e7b3ea0306c9f57f45c3110 (patch) | |
| tree | e456327300678100b6cc6dfa625c7bc31a9f34a4 /mailman/pipeline/decorate.py | |
| parent | c0522afd1754c7a18c40c9ebaa6c2ef406929170 (diff) | |
| download | mailman-e5a96f14fb0fe8196e7b3ea0306c9f57f45c3110.tar.gz mailman-e5a96f14fb0fe8196e7b3ea0306c9f57f45c3110.tar.zst mailman-e5a96f14fb0fe8196e7b3ea0306c9f57f45c3110.zip | |
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) |
