summaryrefslogtreecommitdiff
path: root/templates/root.mako
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-05-04 12:36:58 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-05-04 12:36:58 +0200
commit4b4905db5f4123a88dca9f0164a3a35679a9dc13 (patch)
treeea27faa54edb1fa2b00b713bd42229e9a9d51e34 /templates/root.mako
parent5e319a2c641e67594000afdef477ac96e6283fa6 (diff)
downloadkosten-4b4905db5f4123a88dca9f0164a3a35679a9dc13.tar.gz
kosten-4b4905db5f4123a88dca9f0164a3a35679a9dc13.tar.bz2
kosten-4b4905db5f4123a88dca9f0164a3a35679a9dc13.zip
More controller stuff
Diffstat (limited to '')
-rw-r--r--templates/root.mako4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/root.mako b/templates/root.mako
index bfadb2a..627d14a 100644
--- a/templates/root.mako
+++ b/templates/root.mako
@@ -10,7 +10,7 @@
<body>
<div id="wrapper">
<div id="logo">
- <h1><a href=${"" | url}>Kosten</a></h1>
+ <h1><a href=${"/" | url}>Kosten</a></h1>
<h2>»   vom Nec</h2>
</div>
@@ -42,7 +42,7 @@
</%def>
<%def name="style()">
- <link href=${"static/css/style.css" | url} rel="stylesheet" type="text/css" />
+ <link href=${"/static/css/style.css" | url} rel="stylesheet" type="text/css" />
</%def>
<%def name="footer()">