diff options
author | Martin Green <martin.speleo@gmail.com> | 2011-08-08 09:51:47 +0100 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2011-08-08 09:51:47 +0100 |
commit | d75bad22de7e41a7049f6873762f0c38a62cff30 (patch) | |
tree | 6a022f170ab9dc98d09f9d80a22b68a7e38726cb /templates/cavebase.html | |
parent | c039183137802dc1a00af876f77ad8f47d4cc8f4 (diff) | |
download | troggle-d75bad22de7e41a7049f6873762f0c38a62cff30.tar.gz troggle-d75bad22de7e41a7049f6873762f0c38a62cff30.tar.bz2 troggle-d75bad22de7e41a7049f6873762f0c38a62cff30.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.html | 7 |
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> |