summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-06-05 23:08:53 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-06-12 14:54:00 +0100
commitb9a223c0490e8e582cdf44d7f95412d10bfd121c (patch)
treea147c69c8e74773c8c6f4a1182800e4aad034dea
parentdb37710b9061eb68cb8ff3323e4be948c50d0953 (diff)
downloadtroggle-b9a223c0490e8e582cdf44d7f95412d10bfd121c.tar.gz
troggle-b9a223c0490e8e582cdf44d7f95412d10bfd121c.tar.bz2
troggle-b9a223c0490e8e582cdf44d7f95412d10bfd121c.zip
Fix to /caves/ != /caves
-rw-r--r--templates/expowebbase.html2
-rw-r--r--templates/menu.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/expowebbase.html b/templates/expowebbase.html
index 4e9e922..f6f032f 100644
--- a/templates/expowebbase.html
+++ b/templates/expowebbase.html
@@ -12,7 +12,7 @@
<li><a href="/index.htm">Expo website home</a></li>
<li><a href="/intro.html">Introduction</a></li>
<li><a href="/infodx.htm">Main index</a></li>
-<li><a href="/caves/">Cave index</a></li>
+<li><a href="/caves">Cave index</a></li>
{% if cavepage %}
<ul>
<li><a href="{% url "survexcaveslist" %}">All Survex</a></li>
diff --git a/templates/menu.html b/templates/menu.html
index 5ff06a1..d5e5de9 100644
--- a/templates/menu.html
+++ b/templates/menu.html
@@ -5,7 +5,7 @@
<li><a href="/handbook/index.htm">Handbook</a></li>
<li><a href="/pubs.htm">Reports</a></li>
<li><a href="/areas.htm">Areas</a></li>
-<li><a href="/caves/">Caves</a></li>
+<li><a href="/caves">Caves</a></li>
<li><a href="/expedition/2019">Troggle</a></li>
<li><form name=P method=get action="/search" target="_top">
<input id="omega-autofocus" type=search name=P value="testing" size=8 autofocus>