diff options
-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 |