2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-05-01 14:38:45 +01:00

more complete list of caves linked to wallets

This commit is contained in:
Philip Sargent
2022-09-22 01:37:25 +03:00
parent 5c0835e076
commit b4cf2bac95
5 changed files with 29 additions and 18 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c
<td style="padding:2px">{{wallet.persons}}</td>
<td style="padding:2px">
{% if wallet.cave %}
{% if wallet.cave.slug %}
<a href="/cave/scans/{{wallet.cave.slug}}">{{wallet.cave}}</a>
{% if wallet.caveobj.slug %}
<a href="/cave/scans/{{wallet.caveobj.slug}}">{{wallet.cave}}</a>
{% else %}
{{wallet.cave}}
{% endif %}