diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-04 13:24:39 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-04 13:24:39 +0300 |
commit | 9f4306e367517527d825aacb498eebde1e78c7b2 (patch) | |
tree | 47ed3807629a996835f3fe55c7a67bfba4f54728 | |
parent | 21e0700b8d12d73c084e1774bb648d150b32fd09 (diff) | |
download | troggle-9f4306e367517527d825aacb498eebde1e78c7b2.tar.gz troggle-9f4306e367517527d825aacb498eebde1e78c7b2.tar.bz2 troggle-9f4306e367517527d825aacb498eebde1e78c7b2.zip |
FIx bad hard-wired links
-rw-r--r-- | templates/yearwallets.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/yearwallets.html b/templates/yearwallets.html index 718d621..a3c4e30 100644 --- a/templates/yearwallets.html +++ b/templates/yearwallets.html @@ -16,7 +16,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <p>See also wallets <ul style="width: 78%"> <li>per cave, e.g. <a href="/cave/scans/1623-204">1623-204</a>, <a href="/cave/scans/1626-359">1626-359</a>, <a href="/cave/scans/1623-290">1623-290</a>, <a href="/cave/scans/1623-291">1623-291</a>, <a href="/cave/scans/1623-258">1623-258</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/MartinGreen">Martin Green</a>, <a href="/wallets/person/AndrewAtkinson">Andrew Atkinson</a>, <a href="/wallets/person/JulianTodd">Julian Todd</a>, <a href="/wallets/person/Frank Tully">FrankTully</a>, <a href="/wallets/person/DaveLoeffler">Dave Loeffler</a>, <a href="/wallets/person/BeckaLawson">Becka</a> +<li>per person, e.g. <a href="/wallets/person/wookey">Wookey</a>, <a href="/wallets/person/chris-densham">Chris Densham</a>, <a href="/wallets/person/martin-green">Martin Green</a>, <a href="/wallets/person/andrew-atkinson">Andrew Atkinson</a>, <a href="/wallets/person/julian-todd">Julian Todd</a>, <a href="/wallets/person/frank-tully">FrankTully</a>, <a href="/wallets/person/dave-loeffler">Dave Loeffler</a>, <a href="/wallets/person/becka-lawson">Becka</a> <li>other years: {% for otherexpedition in expeditions %} {% if otherexpedition == expedition %} |