Mercurial > treepkg
diff contrib/sawmill/web/details.py @ 483:28aa6ac933fb
sawmill: moved wald's table layout into common header and footer
template include files.
author | Sascha Teichmann <teichmann@intevation.de> |
---|---|
date | Sat, 18 Sep 2010 09:46:22 +0000 |
parents | a8f77807d710 |
children | f208b139190b |
line wrap: on
line diff
--- a/contrib/sawmill/web/details.py Sat Sep 18 08:01:18 2010 +0000 +++ b/contrib/sawmill/web/details.py Sat Sep 18 09:46:22 2010 +0000 @@ -157,8 +157,10 @@ req.content_type = 'text/html;charset=utf-8' template = psp.PSP(req, filename='templates/details.html') template.run({ - 'base_dir': BASE_DIR, + 'page_title' : description, + 'back_link' : 'index.py', + 'base_dir' : BASE_DIR, 'description': description, - 'header': header, + 'header' : header, 'track_items': track_items })