aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Archiver/HyperArch.py
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2008-06-29 14:06:46 -0700
committerMark Sapiro <mark@msapiro.net>2008-06-29 14:06:46 -0700
commit5732ac753caf3b16925757955219b038b558f7bd (patch)
tree0eaf6d4c023975702e3a84c6c9a5accc2ab7d88f /Mailman/Archiver/HyperArch.py
parente121ef87feccd4fa3ca004ce20ee78ec5aee0e12 (diff)
downloadmailman2-5732ac753caf3b16925757955219b038b558f7bd.tar.gz
mailman2-5732ac753caf3b16925757955219b038b558f7bd.tar.xz
mailman2-5732ac753caf3b16925757955219b038b558f7bd.zip
Added 'listname' to the replacements for the archidxfoot.html template.
Diffstat (limited to 'Mailman/Archiver/HyperArch.py')
-rw-r--r--Mailman/Archiver/HyperArch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py
index 843f1507..d4fc5d9a 100644
--- a/Mailman/Archiver/HyperArch.py
+++ b/Mailman/Archiver/HyperArch.py
@@ -688,6 +688,7 @@ class HyperArchive(pipermail.T):
"archivedate": quotetime(self.archivedate),
"listinfo": mlist.GetScriptURL('listinfo', absolute=1),
"version": self.version,
+ "listname": html_quote(mlist.real_name, self.lang),
}
i = {"thread": _("thread"),
"subject": _("subject"),