summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-02-01 21:31:07 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-02-01 21:31:07 +0000
commit5798e8dcd507bc30c12bca7efa92185772bf0eee (patch)
tree9979281d3ca19151c0b5229d67b7d0e5a8ccfb47 /templates/base.html
parent5ae37eef8251fd9aa709f50658dc5ed26c19e1aa (diff)
downloadtroggle-5798e8dcd507bc30c12bca7efa92185772bf0eee.tar.gz
troggle-5798e8dcd507bc30c12bca7efa92185772bf0eee.tar.bz2
troggle-5798e8dcd507bc30c12bca7efa92185772bf0eee.zip
make nav cope with missing wallets
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 377fa24..96c68fb 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -32,7 +32,7 @@
<a href="/survexfile/">Survex</a> |
<a href="{% url "survexcaveslist" %}">All Survex</a> |
<a href="{% url "allscans" %}">Scans</a> |
- <a href="{% url "walletedit" '0000:01' %}">Upload Scans</a> |
+ <a href="{% url "walletedit" '/' %}">Upload Scans</a> |
<a href="{% url "dwgallfiles" %}">Drawings</a> |
<a href="{% url "dwgupload" %}">Upload Drawings</a> |
<a href="{% url "photoupload" %}">Upload Photos</a> |