diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2012-01-10 22:54:23 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2012-01-10 22:54:23 +0100 |
commit | a623647d714495439523c124e7efe517d6c15314 (patch) | |
tree | c2ed83240e12883944ba6c7f97736d9ef8db6c19 /templates/pages/constlist.mako | |
parent | 8de68a6a0d027a86205cab0c078230e9391496d5 (diff) | |
download | kosten-a623647d714495439523c124e7efe517d6c15314.tar.gz kosten-a623647d714495439523c124e7efe517d6c15314.tar.bz2 kosten-a623647d714495439523c124e7efe517d6c15314.zip |
Switch to mako blocks
Diffstat (limited to 'templates/pages/constlist.mako')
-rw-r--r-- | templates/pages/constlist.mako | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/pages/constlist.mako b/templates/pages/constlist.mako index 02ff5aa..8446641 100644 --- a/templates/pages/constlist.mako +++ b/templates/pages/constlist.mako @@ -16,6 +16,6 @@ % endfor </ul> -<%def name="heading()"> +<%block name="heading"> Konstante Kosten -</%def> +</%block> |