summaryrefslogtreecommitdiffstats
path: root/templates/statistics.html
diff options
context:
space:
mode:
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 %}