diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-17 23:59:11 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-17 23:59:11 +0100 |
commit | eea74406c9ba0e7554a75e98ae7bb6792a164e11 (patch) | |
tree | dc0e2d091fef34aef3d66f6117c5b2694bf865c9 /templates/caveindex.html | |
parent | d4317b5fd33961847fda17f3a94afb2f7414b657 (diff) | |
download | troggle-eea74406c9ba0e7554a75e98ae7bb6792a164e11.tar.gz troggle-eea74406c9ba0e7554a75e98ae7bb6792a164e11.tar.bz2 troggle-eea74406c9ba0e7554a75e98ae7bb6792a164e11.zip |
fix template bug for newentrance
Diffstat (limited to 'templates/caveindex.html')
-rw-r--r-- | templates/caveindex.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/caveindex.html b/templates/caveindex.html index d4443d4..af0f56c 100644 --- a/templates/caveindex.html +++ b/templates/caveindex.html @@ -28,7 +28,7 @@ <p style="text-align:right"> <a href="{% url "newcave" %}">New Cave</a><br> - <a href="{% url "newentrance" %}">New Entrance</a><br> + <a href="{% url "newentrance" "1623-000" %}">New Entrance</a><br> <a href="/noinfo/cave-number-index">Cave Number Index - kept updated</a> </p> <h3>1623</h3> |