diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-04-18 23:33:04 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-04-18 23:33:04 +0300 |
commit | c9931fd45eaa0b05d1bce37d471e873b0955c125 (patch) | |
tree | 05e48cee33c217dbd47786961512f534f88b8177 /templates/statistics.html | |
parent | 3813b21dcf5fbec27f5a5d05deca5d302d4e1637 (diff) | |
download | troggle-c9931fd45eaa0b05d1bce37d471e873b0955c125.tar.gz troggle-c9931fd45eaa0b05d1bce37d471e873b0955c125.tar.bz2 troggle-c9931fd45eaa0b05d1bce37d471e873b0955c125.zip |
survey legs calc fixed
Diffstat (limited to 'templates/statistics.html')
-rw-r--r-- | templates/statistics.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/statistics.html b/templates/statistics.html index f4b95e1..02a8d5c 100644 --- a/templates/statistics.html +++ b/templates/statistics.html @@ -7,12 +7,12 @@ <p>{{ expoCount }} expeditions: {{ personCount }} people, {{ caveCount }} caves and {{ logbookEntryCount }} logbook entries. -<p>Number of survey legs: {{nsurvexlegs}} «Removed from model, needs calculating..»<br /> +<p>Number of survey legs: {{nsurvexlegs}} <br /> Total length: {{addupsurvexlength|stringformat:".1f"}} km adding up the total for each year.</p> <p>These are uncorrected tape lengths which include pitches and duplicates but exclude splays or surface-surveys. <p> -This is work in progress (March 2021). +This is work in progress (April 2022). <table> <tr><th>Year</th><th>Survex<br>Survey<br>Blocks</th><th>Survex<br>Survey Legs</th><th>Total length<br>(m)</th></tr> |