diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-08-16 21:21:03 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-08-16 21:21:03 +0300 |
commit | 03cda8a897120f19979a1c63e59f7ffcc4a1b544 (patch) | |
tree | 00d90ae5e7204d2d83331b2332c8ff3859c19fd7 | |
parent | 13e3da8d2691c1f7633b3a0a2010ecc8f2781370 (diff) | |
download | troggle-03cda8a897120f19979a1c63e59f7ffcc4a1b544.tar.gz troggle-03cda8a897120f19979a1c63e59f7ffcc4a1b544.tar.bz2 troggle-03cda8a897120f19979a1c63e59f7ffcc4a1b544.zip |
update prompt from 2019 to 2022
-rw-r--r-- | templates/cavewallets.html | 2 | ||||
-rw-r--r-- | templates/personwallets.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/cavewallets.html b/templates/cavewallets.html index 86c85b9..b05dab7 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -15,7 +15,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <p>This lists all the files in a wallet, some of which may not be for this specific cave. <p>See also wallets <ul> -<li>per year, e.g. <a href="/wallets/year/2019">2019</a> +<li>per year, e.g. <a href="/wallets/year/2022">2022</a> <li>per person, e.g. <a href="/wallets/person/MichaelSargent">Michael Sargent</a> </ul> {% include 'wallet_table.html' %} diff --git a/templates/personwallets.html b/templates/personwallets.html index e840563..0ec4f63 100644 --- a/templates/personwallets.html +++ b/templates/personwallets.html @@ -13,7 +13,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <p>See also wallets <ul> -<li>per year, e.g. <a href="/wallets/year/2019">2019</a> +<li>per year, e.g. <a href="/wallets/year/2022">2022</a> <li>per cave, e.g. <a href="/cave/scans/1623-161">1623/161</a> </ul> |