diff --git a/templates/cavewallets.html b/templates/cavewallets.html index 7635f6ab..ace826d1 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -23,7 +23,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c {% include 'wallet_table.html' %} -

Note that names in italics are copied from the related survex file block name. +

Total underground survey length: {{length_ug|floatformat:"1g"}} m
Note that this is for all the wallets listed above, which includes those which are surveys of different caves not just {{cave}}. diff --git a/templates/personwallets.html b/templates/personwallets.html index a7aa7323..0c54e46c 100644 --- a/templates/personwallets.html +++ b/templates/personwallets.html @@ -21,7 +21,6 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c {% endfor %} {% include 'wallet_table.html' %} -

Note that names in italics are copied from the related survex file block name.

Total underground survey length: {{length_ug|floatformat:"1g"}} m - but this includes all the surveys associated with the wallet, including those where {{person.fullname|safe}} did not participate.
diff --git a/templates/wallet_table.html b/templates/wallet_table.html index ba02e147..7989f8ee 100644 --- a/templates/wallet_table.html +++ b/templates/wallet_table.html @@ -60,3 +60,6 @@ which is probably more useful. {% endfor %} +

Note that names in italics are copied from the related survex file block name.
+Note also that survex data recently uploaded will not appear in this table until a database reset is done on the server. + diff --git a/templates/yearwallets.html b/templates/yearwallets.html index 69b73e3c..efa4416e 100644 --- a/templates/yearwallets.html +++ b/templates/yearwallets.html @@ -29,7 +29,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c {% include 'wallet_table.html' %} -

Note that names in italics are copied from the related survex file block name. +

Total underground survey length: {{length_ug|floatformat:"1g"}} m