From 28fb4d1e94dfdefe38f1868a364c90aba532db68 Mon Sep 17 00:00:00 2001
From: Philip Sargent <philip.sargent@klebos.com>
Date: Fri, 18 Mar 2022 20:43:01 +0000
Subject: [PATCH] |Another subtle bug

---
 templates/manywallets.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 %}