summaryrefslogtreecommitdiffstats
path: root/templates/svxfile.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-09-10 16:35:00 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-09-10 16:35:00 +0300
commit9d6552ea22ba953e8d9e8e4891ab387bc43f9ac2 (patch)
tree83cc012f6414bb1243c1567195aa2a8e85b841af /templates/svxfile.html
parent2f6017d6d3e8b447895dbf3c9c2fe8d39ca4ecc4 (diff)
downloadtroggle-9d6552ea22ba953e8d9e8e4891ab387bc43f9ac2.tar.gz
troggle-9d6552ea22ba953e8d9e8e4891ab387bc43f9ac2.tar.bz2
troggle-9d6552ea22ba953e8d9e8e4891ab387bc43f9ac2.zip
ARGE caves, fixed bug in non-numeric ids
Diffstat (limited to 'templates/svxfile.html')
-rw-r--r--templates/svxfile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/svxfile.html b/templates/svxfile.html
index d3e18ed..8c2d367 100644
--- a/templates/svxfile.html
+++ b/templates/svxfile.html
@@ -81,7 +81,7 @@ LOGMESSAGES
{% endif %}
</div>
underground survey length: {{svxlength|floatformat:2}} metres<br />
-cave primary survexfile <a href="/survexfile/{{ survexfile.cave.survex_file }}">{{survexfile.cave.survex_file}}</a> <br>
+<a href="/{{survexfile.cave.url}}">cave</a> primary survexfile <a href="/survexfile/{{ survexfile.cave.survex_file }}">{{survexfile.cave.survex_file}}</a> <br>
directory primary survexfile <a href="/survexfile/{{survexfile.primary}}.svx">{{survexfile.primary}}</a> <br />
{% for sb in svxblocks %}
block <em>{{sb}}</em> has parent block <em>{{sb.parent}}</em> (in file {{sb.parent.survexfile.path}}.svx)<br />