summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/svxfile.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/svxfile.html b/templates/svxfile.html
index 428d143..db420cc 100644
--- a/templates/svxfile.html
+++ b/templates/svxfile.html
@@ -81,9 +81,10 @@ LOGMESSAGES
{% endif %}
</div>
underground survey length: {{svxlength|floatformat:2}} metres<br />
-parent survex file <a href="/survexfile/{{ survexfile.cave.survex_file }}">{{survexfile.cave.survex_file}}</a> for this cave {{survexfile.cave}} <br />
+parent survex file <a href="/survexfile/{{ survexfile.cave.survex_file }}">{{survexfile.cave.survex_file}}</a> for this cave <br>
+survex directory <a href="/survexfile/{{survexfile.survexdirectory.primarysurvexfile}}">{{survexfile.survexdirectory}}</a> <br />
{% for sb in svxblocks %}
-block:({{sb}}) has parent block:<a href="{{sb.parent.path}}">({{sb.parent}})</a>
+block <em>{{sb}}</em> has parent block <em>{{sb.parent}}</em><br />
{% empty %}
Cannot find any <em>dated</em> survex blocks in this survex file (not looking at *include files). <br />
Report this to a nerd if you think this is incorrect.