diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-16 23:35:44 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-16 23:35:44 +0000 |
commit | 19bbb00dcc9d8fc2600bd782343ffff2a9fb2798 (patch) | |
tree | 99ccd2aea2765cac5527dbc1d2087f469a6219fb /templates | |
parent | 151cba336bdb78e6b5030c1f2e4cd12e4bf2c5cf (diff) | |
download | troggle-19bbb00dcc9d8fc2600bd782343ffff2a9fb2798.tar.gz troggle-19bbb00dcc9d8fc2600bd782343ffff2a9fb2798.tar.bz2 troggle-19bbb00dcc9d8fc2600bd782343ffff2a9fb2798.zip |
bug fix
Diffstat (limited to 'templates')
-rw-r--r-- | templates/walletsall.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/walletsall.html b/templates/walletsall.html index 51a326b..9e78a41 100644 --- a/templates/walletsall.html +++ b/templates/walletsall.html @@ -14,7 +14,8 @@ otherwise they come from *ref statements in survex files as of the most recent d <p>See also wallets <ul> <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>per year, {% for otherexpedition in expeditions %} {% if otherexpedition == expedition %} |