changeset 3478 | 2896ce093ec4 |
parent 3425 | ec6f400cff4d |
child 3479 | bbfb392b2b1a |
--- a/mercurial/hgweb/hgwebdir_mod.py Thu Oct 19 16:15:01 2006 -0700 +++ b/mercurial/hgweb/hgwebdir_mod.py Sat Oct 21 20:19:46 2006 +0200 @@ -202,4 +202,5 @@ for column in sortable] req.write(tmpl("index", entries=entries, sortcolumn=sortcolumn, descending=descending, + motd=self.motd, **dict(sort)))