2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-31 15:32:35 +00:00

Added link to Kataster list on link to new cave form

This commit is contained in:
Philip Sargent 2020-08-02 23:54:14 +01:00
parent d61c2b20c8
commit a4d7183260
2 changed files with 5 additions and 2 deletions

View File

@ -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 %}

View File

@ -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>