diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-10-11 21:33:13 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-10-11 21:33:13 +0300 |
commit | c3bfd50cf15c646be413b56488ecb0987d79bef5 (patch) | |
tree | 2b579ddaa1132dede219faf643097dcc573e5629 /templates/personexpedition.html | |
parent | 39683cc4135db7ad3709b988f6a5b8972b82d8d0 (diff) | |
download | troggle-c3bfd50cf15c646be413b56488ecb0987d79bef5.tar.gz troggle-c3bfd50cf15c646be413b56488ecb0987d79bef5.tar.bz2 troggle-c3bfd50cf15c646be413b56488ecb0987d79bef5.zip |
Update link to new person wallets on person page
Diffstat (limited to 'templates/personexpedition.html')
-rw-r--r-- | templates/personexpedition.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/personexpedition.html b/templates/personexpedition.html index ec7d3bc..dc2f759 100644 --- a/templates/personexpedition.html +++ b/templates/personexpedition.html @@ -24,10 +24,9 @@ If anyone really cares, they can always look in the original survex file {% endif %} {% endfor %} </p> -<p><b>Wallet status</b> -{% for otherpersonexpedition in personexpedition.person.personexpedition_set.all %} - | <a href="/expofiles/surveyscans/{{ otherpersonexpedition.expedition.year }}/{{personexpedition.person|safe}}.html">{{ otherpersonexpedition.expedition.year }}</a> -{% endfor %} +<p>Status of all wallets for <b> +<a href="/wallets/person/{{personexpedition.person.first_name|safe}}{{personexpedition.person.last_name|safe}}">{{personexpedition.person}}</a> +</b> </p> <h3>Table of all trips and surveys aligned by date</h3> <div> |