diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-06-30 12:05:54 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-06-30 12:05:54 +0300 |
commit | 8d901efdfcb81d1c4c04faa7ff6b2946fc7afe30 (patch) | |
tree | 112a14b2b5a9d9b10818f4bc3905dab7564fc8ea /templates/statistics.html | |
parent | 823ef5b7e7b3dfa6ddf6226da838f8b4aa9a9932 (diff) | |
download | troggle-8d901efdfcb81d1c4c04faa7ff6b2946fc7afe30.tar.gz troggle-8d901efdfcb81d1c4c04faa7ff6b2946fc7afe30.tar.bz2 troggle-8d901efdfcb81d1c4c04faa7ff6b2946fc7afe30.zip |
refactoring wallets and expos survey lengths code
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 f3cb0b7..f44fbc3 100644 --- a/templates/statistics.html +++ b/templates/statistics.html @@ -5,14 +5,14 @@ <h1>Expedition Statistics</h1> -<p>{{ expoCount }} expeditions: {{ personCount }} people, {{ caveCount }} caves and {{ logbookEntryCount }} logbook entries. +<p>{{ expoCount }} expeditions: {{ personCount }} people, {{ caveCount }} caves, {{ walletsCount }} wallets and {{ logbookEntryCount }} logbook entries. <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 2023): the underground survey length does not match that in e.g. +This is work in progress June 2025): the underground survey length does not match that in e.g. <a href="/wallets/year/2018">wallets for 2018</a> probably because ARGE surveys are not in any of our wallets. <p>This includes ARGE and other surveys currently. It will be changed to only include lengths surveyed by valid Expo-attendees. |