summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-09-12 22:20:14 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-09-12 22:20:14 +0300
commit182df351b9cf6b4d7274b19f57a91b965af0aad1 (patch)
treeb69ab384021068017bab6db6b8c3482b6e82f4fd
parentfd57071411610911913cbd3414adf3b206dead4f (diff)
downloadtroggle-182df351b9cf6b4d7274b19f57a91b965af0aad1.tar.gz
troggle-182df351b9cf6b4d7274b19f57a91b965af0aad1.tar.bz2
troggle-182df351b9cf6b4d7274b19f57a91b965af0aad1.zip
Extra useful links on wallets pages
-rw-r--r--templates/cavewallets.html2
-rw-r--r--templates/personwallets.html4
-rw-r--r--templates/yearwallets.html4
3 files changed, 5 insertions, 5 deletions
diff --git a/templates/cavewallets.html b/templates/cavewallets.html
index 1647c0c..34d6c3a 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/2022">2022</a>
+<li>per year, e.g. <a href="/wallets/year/2018">2018</a>, <a href="/wallets/year/2019">2019</a>, <a href="/wallets/year/2022">2022</a>
<li>per person, e.g. <a href="/wallets/person/Wookey">Wookey</a>
</ul>
{% include 'wallet_table.html' %}
diff --git a/templates/personwallets.html b/templates/personwallets.html
index 0866480..675c3ac 100644
--- a/templates/personwallets.html
+++ b/templates/personwallets.html
@@ -13,8 +13,8 @@ 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/2022">2022</a>
-<li>per cave, e.g. <a href="/cave/scans/1623-161">1623/161</a>
+<li>per year, e.g. <a href="/wallets/year/2018">2018</a>, <a href="/wallets/year/2019">2019</a>, <a href="/wallets/year/2022">2022</a>
+<li>per cave, e.g. <a href="/cave/scans/1623-161">1623/161</a>, <a href="/cave/scans/1623-290">1623/290</a>, <a href="/cave/scans/1623-291">1623/291</a>, <a href="/cave/scans/1623-264">1623/264</a>
</ul>
{% include 'wallet_table.html' %}
diff --git a/templates/yearwallets.html b/templates/yearwallets.html
index 231f0e9..03c4822 100644
--- a/templates/yearwallets.html
+++ b/templates/yearwallets.html
@@ -13,8 +13,8 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c
<p>See also wallets
<ul>
-<li>per cave, e.g. <a href="/cave/scans/1623-161">1623/161</a>
-<li>per person, e.g. <a href="/wallets/person/Wookey">Wookey</a>
+<li>per cave, e.g. <a href="/cave/scans/1623-161">1623/161</a>, <a href="/cave/scans/1623-290">1623/290</a>, <a href="/cave/scans/1623-291">1623/291</a>, <a href="/cave/scans/1623-264">1623/264</a>
+<li>per person, e.g. <a href="/wallets/person/Wookey">Wookey</a>, <a href="/wallets/person/ChrisDensham">Chris Densham</a>, <a href="/wallets/person/BeckaLawson">Becka</a>
</ul>
{% include 'wallet_table.html' %}