From e1149fefdb69cec59d667465501485323c78d341 Mon Sep 17 00:00:00 2001 From: Marc Mengel Date: Thu, 4 Sep 2025 10:00:29 -0500 Subject: [PATCH] update saved counts footnotes --- webserver/templates/datasets.html | 2 +- webserver/templates/namespaces.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webserver/templates/datasets.html b/webserver/templates/datasets.html index 4e1ff1eb..2f7816a7 100755 --- a/webserver/templates/datasets.html +++ b/webserver/templates/datasets.html @@ -137,7 +137,7 @@ {% endfor %} -

* - may not be accurate, updated periodically

+

* - may not be accurate: updated periodically, includes retired files

{% if npages > 1 %}

Page:  diff --git a/webserver/templates/namespaces.html b/webserver/templates/namespaces.html index 0b376cc0..ad8170f9 100755 --- a/webserver/templates/namespaces.html +++ b/webserver/templates/namespaces.html @@ -56,7 +56,7 @@ {% endfor %} -

* - may not be accurate, updated periodically

+

* - may not be accurate: updated periodically, includes retired files

{% endblock %}