summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-03-18 20:45:40 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2022-03-18 20:45:40 +0000
commit48171ae824bed1ebae764916c8da4f529455f28e (patch)
tree96028083c5a38d67c353b4eb1a4c75fec4f04309
parent28fb4d1e94dfdefe38f1868a364c90aba532db68 (diff)
downloadtroggle-48171ae824bed1ebae764916c8da4f529455f28e.tar.gz
troggle-48171ae824bed1ebae764916c8da4f529455f28e.tar.bz2
troggle-48171ae824bed1ebae764916c8da4f529455f28e.zip
better fix
-rw-r--r--templates/manywallets.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/manywallets.html b/templates/manywallets.html
index fdc8fb5..7a61dc4 100644
--- a/templates/manywallets.html
+++ b/templates/manywallets.html
@@ -23,7 +23,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c
<td style="padding:2px">
{% for survexblock in scanswallet.survexblock_set.all %}
{% ifchanged survexblock.survexfile.cave %}
- <a href="/{{survexblock.survexfile.cave.url}}">/{{survexblock.survexfile.cave.url}}</a>
+ <a href="/{{survexblock.survexfile.cave.url}}">/{{survexblock.survexfile.cave.slug}}</a>
{% endifchanged %}
{% endfor %}