summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-05-10 19:41:00 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-05-10 19:41:00 +0200
commit387e4209675ae04088b30f29e060746d3d8403b1 (patch)
treef7877eb159ba7ed75187ba989dbe9fba40b93fa8 /templates
parentdfe319cbd8f67fc7b6021a26237732ad5a111698 (diff)
downloadkosten-387e4209675ae04088b30f29e060746d3d8403b1.tar.gz
kosten-387e4209675ae04088b30f29e060746d3d8403b1.tar.bz2
kosten-387e4209675ae04088b30f29e060746d3d8403b1.zip
Fix menu
Diffstat (limited to 'templates')
-rw-r--r--templates/menu.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu.mako b/templates/menu.mako
index fc2e740..329b255 100644
--- a/templates/menu.mako
+++ b/templates/menu.mako
@@ -1,6 +1,6 @@
<%!
menu = [
- ("/index", "Kosten"),
+ ("/", "Kosten"),
("/const", "Konstante Kosten"),
("/categories", "Kategorien")
]