From 305cb8a39278e8589541ecc8fb46b5fc57952d84 Mon Sep 17 00:00:00 2001 From: Wookey Date: Sat, 4 Oct 2025 13:10:54 +0100 Subject: [PATCH] Fix typo on statistics page --- templates/statistics.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/statistics.html b/templates/statistics.html index 44b6eec..3040c91 100644 --- a/templates/statistics.html +++ b/templates/statistics.html @@ -30,9 +30,9 @@ Total length: {{addupsurvexlength|stringformat:".1f"}} km adding up the total fo

One Survex Survey Block is one *begin/*end block of data in a survex file. Some files from other caving clubs may have a convention of using many more blocks per file than we do, e.g. if the -file is exported from other software into survex format, but each block is recroded on a single day. +file is exported from other software into survex format, but each block is recorded on a single day.

Currently the number of cavers includes non-caving attendees: that needs to be fixed. -{% endblock %} \ No newline at end of file +{% endblock %}