summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-06 20:48:10 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-06 20:48:10 +0200
commitc0b4496bd01ce544cc3be57728195fb5574ac95f (patch)
tree5ddff2e0454170fddff8d287d84184674f2aaeb9 /templates
parent853ec0acbe4d2284ec0b5f8aba06c0e78b494b2f (diff)
downloadweb-c0b4496bd01ce544cc3be57728195fb5574ac95f.tar.gz
web-c0b4496bd01ce544cc3be57728195fb5574ac95f.tar.bz2
web-c0b4496bd01ce544cc3be57728195fb5574ac95f.zip
Remove YAP
Diffstat (limited to 'templates')
-rw-r--r--templates/menu.mako3
-rw-r--r--templates/pages/yap.mako7
2 files changed, 1 insertions, 9 deletions
diff --git a/templates/menu.mako b/templates/menu.mako
index 6c08fa0..4d6fff4 100644
--- a/templates/menu.mako
+++ b/templates/menu.mako
@@ -2,7 +2,6 @@
menu = [
("/index", "Portato"),
("/download", "Download"),
- ("/development", "Development"),
- ("/yap", "YA Page")
+ ("/development", "Development")
]
%>
diff --git a/templates/pages/yap.mako b/templates/pages/yap.mako
deleted file mode 100644
index b10b5b5..0000000
--- a/templates/pages/yap.mako
+++ /dev/null
@@ -1,7 +0,0 @@
-<%!
- title = "Yet another page"
-%>
-<%inherit file="/page.mako" />
-<p>
-Bla blubb und so
-</p>