summaryrefslogtreecommitdiffstats
path: root/templates/manywallets.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/manywallets.html')
-rw-r--r--templates/manywallets.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/manywallets.html b/templates/manywallets.html
index 46dd302..7fc04cb 100644
--- a/templates/manywallets.html
+++ b/templates/manywallets.html
@@ -27,7 +27,7 @@ see https://docs.djangoproject.com/en/3.2/ref/models/querysets/#prefetch-related
<td style="padding:2px">
{% for survexblock in scanswallet.survexblock_set.all %}
{% ifchanged survexblock.survexfile.cave %}
- <a href="/{{survexblock.survexfile.cave.url}}">/{{survexblock.survexfile.cave.slug}}</a>
+ <a href="/cave/scans/{{survexblock.survexfile.cave.slug}}">/{{survexblock.survexfile.cave.slug}}</a>
{% endifchanged %}
{% endfor %}