From 83e22f828c8645b1ef05e8ba43550bd5c29acc5d Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 20 Jul 2024 17:49:33 +0200 Subject: [PATCH] extra comment re number of scans --- templates/cavewallets.html | 1 + templates/personwallets.html | 1 + templates/yearwallets.html | 2 ++ 3 files changed, 4 insertions(+) diff --git a/templates/cavewallets.html b/templates/cavewallets.html index 82e089110..718489ef6 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -66,4 +66,5 @@ and click on the "Run 'cavern' on this SVX file" button at the bottom of the pag {% endfor %}
Names in italics are taken from the associated survex file blocks, names not in italics are listed explicitly on the wallet. +
The number of Scans is the number as of the most recent database reset. It is not 'live' and may be out of date. {% endblock %} \ No newline at end of file diff --git a/templates/personwallets.html b/templates/personwallets.html index 00534b2bf..cfc1e97b5 100644 --- a/templates/personwallets.html +++ b/templates/personwallets.html @@ -70,5 +70,6 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c {% endfor %}
Names in italics are taken from the associated survex file blocks, names not in italics are listed explicitly on the wallet. +
The number of Scans is the number as of the most recent database reset. It is not 'live' and may be out of date. {% endblock %} \ No newline at end of file diff --git a/templates/yearwallets.html b/templates/yearwallets.html index 5a945d556..5e142b690 100644 --- a/templates/yearwallets.html +++ b/templates/yearwallets.html @@ -73,4 +73,6 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c {% endfor %}
Names in italics are taken from the associated survex file blocks, names not in italics are listed explicitly on the wallet. +
The number of Scans is the number as of the most recent database reset. It is not 'live' and may be out of date. + {% endblock %} \ No newline at end of file