summaryrefslogtreecommitdiff
path: root/templates/pages
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pages')
-rw-r--r--templates/pages/development.mako10
-rw-r--r--templates/pages/translating.mako10
2 files changed, 10 insertions, 10 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>
diff --git a/templates/pages/translating.mako b/templates/pages/translating.mako
index 811ff41..8abe9a5 100644
--- a/templates/pages/translating.mako
+++ b/templates/pages/translating.mako
@@ -4,11 +4,11 @@
%>
<%inherit file="/page.mako" />
-<p>
- Portato supports native languages. Nevertheless the translations into these languages have to be created. This page shows how to add a new translation or how to extend an existing translation.
-</p>
-
-${self.toc()}
+<%def name="preface()">
+ <p>
+ Portato supports native languages. Nevertheless the translations into these languages have to be created. This page shows how to add a new translation or how to extend an existing translation.
+ </p>
+</%def>
<%self:h2>Short introduction about NLS in Linux</%self:h2>
<p>