diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-05-04 12:36:58 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-05-04 12:36:58 +0200 |
commit | 4b4905db5f4123a88dca9f0164a3a35679a9dc13 (patch) | |
tree | ea27faa54edb1fa2b00b713bd42229e9a9d51e34 /templates/menu.mako | |
parent | 5e319a2c641e67594000afdef477ac96e6283fa6 (diff) | |
download | kosten-4b4905db5f4123a88dca9f0164a3a35679a9dc13.tar.gz kosten-4b4905db5f4123a88dca9f0164a3a35679a9dc13.tar.bz2 kosten-4b4905db5f4123a88dca9f0164a3a35679a9dc13.zip |
More controller stuff
Diffstat (limited to 'templates/menu.mako')
-rw-r--r-- | templates/menu.mako | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/menu.mako b/templates/menu.mako index 64701b2..fc2e740 100644 --- a/templates/menu.mako +++ b/templates/menu.mako @@ -1,5 +1,7 @@ <%! menu = [ ("/index", "Kosten"), + ("/const", "Konstante Kosten"), + ("/categories", "Kategorien") ] %> |