summaryrefslogtreecommitdiffstats
path: root/templates/cavebase.html
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2011-08-08 09:51:47 +0100
committerMartin Green <martin.speleo@gmail.com>2011-08-08 09:51:47 +0100
commit13fe89af9fe03382b25079f159c2bff27df32c0d (patch)
treeb3ed54488c31935674c506fbedeb5fa1f75d5770 /templates/cavebase.html
parentd8fe39ae86989d99da3e66ef88dc754e56139d2d (diff)
downloadtroggle-13fe89af9fe03382b25079f159c2bff27df32c0d.tar.gz
troggle-13fe89af9fe03382b25079f159c2bff27df32c0d.tar.bz2
troggle-13fe89af9fe03382b25079f159c2bff27df32c0d.zip
Allow for editing flatpage titles, and made a common uneditable list of links.
Diffstat (limited to 'templates/cavebase.html')
-rw-r--r--templates/cavebase.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/cavebase.html b/templates/cavebase.html
index 7e83151..a0ffd4d 100644
--- a/templates/cavebase.html
+++ b/templates/cavebase.html
@@ -16,11 +16,6 @@
</head>
<body>
{% block content %}{% endblock %}
-{% block menu %}
-<ul id="links">
-<li>Back to <a href="/index.htm">Expedition home page</a></li>
-<li>Back to <a href="http://cucc.survex.com/">CUCC home page</a></li>
-</ul>
-{% endblock %}
+{% include "menu.html" %}
</body>
</html>