From 30f0c5929254571b6fd2cd36ead67ce90ecf17ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 7 Apr 2010 22:11:54 +0200 Subject: Removed the javascript toc and replaced it by a mako-solution --- templates/pages/development.mako | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/pages/development.mako') 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" /> -

- 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 :). -

- -${self.toc()} +<%def name="preface()"> +

+ 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 :). +

+ <%self:h2>Getting the source

-- cgit v1.2.3