summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-08-02 23:54:14 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-08-02 23:54:14 +0100
commita4d7183260d80d8c3d93fb87bbc54c787e171d64 (patch)
tree71c97678e4469b31ad5aa31cb439756d04fe9ff4
parentd61c2b20c832557b4ce65df53bc94c6c1bd1ef65 (diff)
downloadtroggle-a4d7183260d80d8c3d93fb87bbc54c787e171d64.tar.gz
troggle-a4d7183260d80d8c3d93fb87bbc54c787e171d64.tar.bz2
troggle-a4d7183260d80d8c3d93fb87bbc54c787e171d64.zip
Added link to Kataster list on link to new cave form
-rw-r--r--templates/caveindex.html6
-rw-r--r--templates/menu.html1
2 files changed, 5 insertions, 2 deletions
diff --git a/templates/caveindex.html b/templates/caveindex.html
index a295276..e8d701c 100644
--- a/templates/caveindex.html
+++ b/templates/caveindex.html
@@ -26,7 +26,8 @@
{% endfor %}
</ul>
<p style="text-align:right">
- <a href="{% url "newcave" %}">New Cave</a>
+ <a href="{% url "newcave" %}">New Cave</a><br>
+ <a href="/noinfo/cave-number-index">Cave Number Index - kept updated</a>
</p>
<h3>1623</h3>
@@ -39,6 +40,7 @@
</table>
<p style="text-align:right">
-<a href="{% url "newcave" %}">New Cave</a>
+<a href="{% url "newcave" %}">New Cave</a><br>
+ <a href="/noinfo/cave-number-index">Cave Number Index - kept updated</a>
</p>
{% endblock %}
diff --git a/templates/menu.html b/templates/menu.html
index d5e5de9..e36136f 100644
--- a/templates/menu.html
+++ b/templates/menu.html
@@ -3,6 +3,7 @@
<li><a href="/index.htm">Home</a></li>
<li><a href="/infodx.htm">Main Index</a></li>
<li><a href="/handbook/index.htm">Handbook</a></li>
+<li><a href="/handbook//computing/onlinesystems.html">Online systems</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>