summaryrefslogtreecommitdiff
path: root/templates/pages/cats.mako
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-01-10 22:54:23 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-01-10 22:54:23 +0100
commita623647d714495439523c124e7efe517d6c15314 (patch)
treec2ed83240e12883944ba6c7f97736d9ef8db6c19 /templates/pages/cats.mako
parent8de68a6a0d027a86205cab0c078230e9391496d5 (diff)
downloadkosten-a623647d714495439523c124e7efe517d6c15314.tar.gz
kosten-a623647d714495439523c124e7efe517d6c15314.tar.bz2
kosten-a623647d714495439523c124e7efe517d6c15314.zip
Switch to mako blocks
Diffstat (limited to 'templates/pages/cats.mako')
-rw-r--r--templates/pages/cats.mako8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/pages/cats.mako b/templates/pages/cats.mako
index 87fa3e9..0f71921 100644
--- a/templates/pages/cats.mako
+++ b/templates/pages/cats.mako
@@ -12,11 +12,11 @@
</form>
<input id="new" name="n-" style="display:none;" />
-<%def name="heading()">
+<%block name="heading">
Kategorien
-</%def>
+</%block>
-<%def name="js()">
+<%block name="js">
${parent.js()}
<script type="text/javascript" src=${"/static/js/cats.js" | url}></script>
-</%def>
+</%block>