diff options
| author | Barry Warsaw | 2016-02-27 14:40:06 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-02-27 14:40:06 -0500 |
| commit | cd61fcc88245af25bda231710cbbe1eb75a5e0e4 (patch) | |
| tree | d45dd282508400183c352ac239d984358af12ac8 /src/mailman/handlers/decorate.py | |
| parent | a763e9634ce5dacc4a5079271d14e8fb4b71235c (diff) | |
| download | mailman-cd61fcc88245af25bda231710cbbe1eb75a5e0e4.tar.gz mailman-cd61fcc88245af25bda231710cbbe1eb75a5e0e4.tar.zst mailman-cd61fcc88245af25bda231710cbbe1eb75a5e0e4.zip | |
Diffstat (limited to 'src/mailman/handlers/decorate.py')
| -rw-r--r-- | src/mailman/handlers/decorate.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/handlers/decorate.py b/src/mailman/handlers/decorate.py index cd9f189aa..8493a0b08 100644 --- a/src/mailman/handlers/decorate.py +++ b/src/mailman/handlers/decorate.py @@ -217,8 +217,9 @@ def decorate(mlist, uri, extradict=None): # Get the decorator template. loader = getUtility(ITemplateLoader) template_uri = expand(uri, dict( - listname=mlist.fqdn_listname, language=mlist.preferred_language.code, + list_id=mlist.list_id, + listname=mlist.fqdn_listname, )) template = loader.get(template_uri) return decorate_template(mlist, template, extradict) |
