summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/statistics.html3
-rw-r--r--templates/svxfile.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/statistics.html b/templates/statistics.html
index 02a8d5c..67a895d 100644
--- a/templates/statistics.html
+++ b/templates/statistics.html
@@ -12,7 +12,8 @@ Total length: {{addupsurvexlength|stringformat:".1f"}} km adding up the total fo
<p>These are uncorrected tape lengths which include pitches and duplicates but exclude splays or surface-surveys.
<p>
-This is work in progress (April 2022).
+This is work in progress (Feb.2023).
+<p>This includes ARGE and other surveys currently. It will be changed to only include lengths surveyed by valid Expo-attendees.
<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>
diff --git a/templates/svxfile.html b/templates/svxfile.html
index 45e0127..7241f09 100644
--- a/templates/svxfile.html
+++ b/templates/svxfile.html
@@ -82,7 +82,8 @@ LOGMESSAGES
</div>
<span style="font-family: monospace; font-size: 130%; ">
{% for sb in svxblocks %}
-<details {% if forloop.first %} open{% endif %}><summary><b>{{sb.date|date:"Y-m-d"}}</b> {{sb.title}} '{{sb.name}}'</summary>
+<details {% if forloop.first %} open{% endif %}>
+<summary><b><a href="/expedition/{{sb.date|date:"Y"}}">{{sb.date|date:"Y"}}</a>{{sb.date|date:"-m-d"}}</b> {{sb.title}} '{{sb.name}}'</summary>
List of Logbook entries, wallets and other survex files on {{sb.date|date:"Y-m-d"}}.
<br />
[Work in progress, Feb. 2023...]<br />