summaryrefslogtreecommitdiffstats
path: root/templates/caveindex.html
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 /templates/caveindex.html
parentd61c2b20c832557b4ce65df53bc94c6c1bd1ef65 (diff)
downloadtroggle-a4d7183260d80d8c3d93fb87bbc54c787e171d64.tar.gz
troggle-a4d7183260d80d8c3d93fb87bbc54c787e171d64.tar.bz2
troggle-a4d7183260d80d8c3d93fb87bbc54c787e171d64.zip
Added link to Kataster list on link to new cave form
Diffstat (limited to 'templates/caveindex.html')
-rw-r--r--templates/caveindex.html6
1 files changed, 4 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 %}