2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 12:17:52 +00:00

Allows creation of new svxfile with unknown cave

This commit is contained in:
2023-03-23 21:26:16 +00:00
parent 770edd6391
commit 8b5887a87a
3 changed files with 54 additions and 42 deletions

View File

@@ -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.