diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/yearwallets.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/templates/yearwallets.html b/templates/yearwallets.html index 03c4822..51a56c0 100644 --- a/templates/yearwallets.html +++ b/templates/yearwallets.html @@ -11,10 +11,20 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c {% include 'wallet_new.html' %} + + <p>See also wallets -<ul> +<ul style="width: 78%"> <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> +<li>other years: +{% for otherexpedition in expeditions %} + {% if otherexpedition == expedition %} + | <b>{{otherexpedition.year}}</b> + {% else %} + | <a <a href="/wallets/year/{{ otherexpedition.year }}">{{otherexpedition.year}}</a> + {% endif %} +{% endfor %} </ul> {% include 'wallet_table.html' %} |