summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-03-18 20:43:01 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2022-03-18 20:43:01 +0000
commit28fb4d1e94dfdefe38f1868a364c90aba532db68 (patch)
tree811054804bf010b58ce6492d60363d1660ad412b
parent1d504e40667cf429864d51e4430cbb5dea1bc644 (diff)
downloadtroggle-28fb4d1e94dfdefe38f1868a364c90aba532db68.tar.gz
troggle-28fb4d1e94dfdefe38f1868a364c90aba532db68.tar.bz2
troggle-28fb4d1e94dfdefe38f1868a364c90aba532db68.zip
|Another subtle bug
-rw-r--r--templates/manywallets.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/manywallets.html b/templates/manywallets.html
index ae01e0f..fdc8fb5 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="{% url "cave" survexblock.survexfile.cave %}">{{survexblock.survexfile.cave}}</a>
+ <a href="/{{survexblock.survexfile.cave.url}}">/{{survexblock.survexfile.cave.url}}</a>
{% endifchanged %}
{% endfor %}