diff contrib/sawmill/web/index.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 d8012571f9e1
children
line wrap: on
line diff
--- a/contrib/sawmill/web/index.py	Sat Sep 18 08:01:18 2010 +0000
+++ b/contrib/sawmill/web/index.py	Sat Sep 18 09:46:22 2010 +0000
@@ -37,4 +37,8 @@
 
         descriptions.append((os.path.basename(d), description))
 
-    template.run({'descriptions': descriptions})
+    template.run({
+      'page_title'  : 'Free Software forestry',
+      'back_link'   : '/',
+      'descriptions': descriptions
+    })
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)