diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-07-20 17:49:33 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-07-20 17:49:33 +0200 |
commit | 83e22f828c8645b1ef05e8ba43550bd5c29acc5d (patch) | |
tree | 031ad358567305953aae1557c3c6944698cf3a05 | |
parent | c95d86151676207756192d9cf9ffd75fb9823441 (diff) | |
download | troggle-83e22f828c8645b1ef05e8ba43550bd5c29acc5d.tar.gz troggle-83e22f828c8645b1ef05e8ba43550bd5c29acc5d.tar.bz2 troggle-83e22f828c8645b1ef05e8ba43550bd5c29acc5d.zip |
extra comment re number of scans
-rw-r--r-- | templates/cavewallets.html | 1 | ||||
-rw-r--r-- | templates/personwallets.html | 1 | ||||
-rw-r--r-- | templates/yearwallets.html | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/templates/cavewallets.html b/templates/cavewallets.html index 82e0891..718489e 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 %} </table> <br />Names in italics are taken from the associated survex file blocks, names not in italics are listed explicitly on the wallet. +<br />The <em>number of Scans</em> 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 00534b2..cfc1e97 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 %} </table> <br />Names in italics are taken from the associated survex file blocks, names not in italics are listed explicitly on the wallet. +<br />The <em>number of Scans</em> 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 5a945d5..5e142b6 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 %} </table> <br />Names in italics are taken from the associated survex file blocks, names not in italics are listed explicitly on the wallet. +<br />The <em>number of Scans</em> 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 |