summaryrefslogtreecommitdiff
path: root/templates/pages/development.mako
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 22:11:54 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 22:11:54 +0200
commit30f0c5929254571b6fd2cd36ead67ce90ecf17ed (patch)
tree0220a75b3e70bd6a86026a12169bd3c8bc49b299 /templates/pages/development.mako
parent63ae50fc433d3bf1e8335a443751512dfbb03508 (diff)
downloadweb-30f0c5929254571b6fd2cd36ead67ce90ecf17ed.tar.gz
web-30f0c5929254571b6fd2cd36ead67ce90ecf17ed.tar.bz2
web-30f0c5929254571b6fd2cd36ead67ce90ecf17ed.zip
Removed the javascript toc and replaced it by a mako-solution
Diffstat (limited to 'templates/pages/development.mako')
-rw-r--r--templates/pages/development.mako10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/pages/development.mako b/templates/pages/development.mako
index dfc6200..7e42326 100644
--- a/templates/pages/development.mako
+++ b/templates/pages/development.mako
@@ -3,11 +3,11 @@
uses_toc = True
%>
<%inherit file="/page.mako" />
-<p>
- If you want to have a look at the sourcecode, or even support the development with patches or similar, you are now on the correct page :).
-</p>
-
-${self.toc()}
+<%def name="preface()">
+ <p>
+ If you want to have a look at the sourcecode, or even support the development with patches or similar, you are now on the correct page :).
+ </p>
+</%def>
<%self:h2>Getting the source</%self:h2>
<p>