diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cavewallets.html | 2 | ||||
-rw-r--r-- | templates/personwallets.html | 2 | ||||
-rw-r--r-- | templates/walletform.html | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/templates/cavewallets.html b/templates/cavewallets.html index ffc4034..315164a 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -23,6 +23,8 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c {% include 'wallet_table.html' %} <p>Note that names in italics are copied from the related survex file block name. <br /> +<p>Total underground survey length: {{length_ug|floatformat:"1g"}} m +<br /> <table width=95%> <tr><th>Wallet</th><th width=13%>Wallet Date</th><th>Wallet Name</th><th width=25%>People</th><th>Scans</th><th>Survex blocks</th><th>Drawings using these scans</th></tr> {% for wallet in manywallets|dictsort:"walletname" %} diff --git a/templates/personwallets.html b/templates/personwallets.html index 4f5a403..526e142 100644 --- a/templates/personwallets.html +++ b/templates/personwallets.html @@ -22,6 +22,8 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c {% include 'wallet_table.html' %} <p>Note that names in italics are copied from the related survex file block name. <br /> +<p>Total underground survey length: {{length_ug|floatformat:"1g"}} m +<br /> <table width=95%> <tr><th>Wallet</th><th width=13%>Wallet Date</th><th>Wallet Name</th><th width=28%>Team</th><th width=8%>Cave(s)</th><th>Scans</th><th>Survex blocks</th><th>Drawings using these scans</th></tr> {% for wallet in manywallets|dictsort:"walletname" %} diff --git a/templates/walletform.html b/templates/walletform.html index ef07665..9b90ba8 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -184,7 +184,7 @@ and <em>also</em> the exported files in standard formats: svx, svg etc. See why <label for="cave">Cave ID (only needed if no survex file yet)</label> <input {% if not user.username %} disabled{% endif %} label = "Cave" name = "cave" size="12" - title="Single cave id e.g. 2017-DM-01 or 1623-256. Not a list. " + title="Single cave id or comma-separated list e.g. 2017-DM-01, 1623-256. " placeholder="{{cave}}" value="{{cave}}" /> <br> <label for="psg">Survey area (wallet name)</label> |