summaryrefslogtreecommitdiffstats
path: root/templates/statistics.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-07-28 01:46:00 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-07-28 01:46:00 +0100
commit42456e8e98bee298f874cd2e7f90d0666965807b (patch)
tree5a03520f3ff95a56670f33f5c158f649aed02410 /templates/statistics.html
parent0094cf7054c839d5ff62e970c85e2de3f4c6334d (diff)
downloadtroggle-42456e8e98bee298f874cd2e7f90d0666965807b.tar.gz
troggle-42456e8e98bee298f874cd2e7f90d0666965807b.tar.bz2
troggle-42456e8e98bee298f874cd2e7f90d0666965807b.zip
fix server instructions + comment in stats output
Diffstat (limited to 'templates/statistics.html')
-rw-r--r--templates/statistics.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/statistics.html b/templates/statistics.html
index 1ccab1d..d279f4f 100644
--- a/templates/statistics.html
+++ b/templates/statistics.html
@@ -9,7 +9,7 @@
<p>{{ expoCount }} expeditions: {{ personCount }} people, {{ caveCount }} caves and {{ logbookEntryCount }} logbook entries.
-<p>Number of survey legs: {{nsurvexlegs}}<br />
+<p>Number of survey legs: {{nsurvexlegs}} &laquo;Removed from model, needs calculating..&raquo;<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.
@@ -22,7 +22,7 @@ This is work in progress (July 2020).
<tr>
<td>{{legs.0.year}}</td>
<td style="text-align:center">{{legs.0.survexblock_set.all|length}}</td>
- <td style="text-align:center">{{legs.1.nsurvexlegs|rjust:"10"}}</td>
+ <td style="text-align:center">{{legs.1.nsurvexlegs|rjust:"10"}} </td>
<td style="text-align:right">{{legs.1.survexleglength}}</td>
</tr>
{% endfor %}