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/const.mako | |
parent | 8de68a6a0d027a86205cab0c078230e9391496d5 (diff) | |
download | kosten-a623647d714495439523c124e7efe517d6c15314.tar.gz kosten-a623647d714495439523c124e7efe517d6c15314.tar.bz2 kosten-a623647d714495439523c124e7efe517d6c15314.zip |
Switch to mako blocks
Diffstat (limited to '')
-rw-r--r-- | templates/pages/const.mako | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/pages/const.mako b/templates/pages/const.mako index f1ce192..acb672b 100644 --- a/templates/pages/const.mako +++ b/templates/pages/const.mako @@ -33,6 +33,6 @@ context.write(self.right_arrow(*create(p))) %> -<%def name="heading()"> +<%block name="heading"> Konstante Kosten -</%def> +</%block> |