summaryrefslogtreecommitdiffstats
path: root/templates/personexpedition.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/personexpedition.html')
-rw-r--r--templates/personexpedition.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/personexpedition.html b/templates/personexpedition.html
index 90d4f26..bfb81ee 100644
--- a/templates/personexpedition.html
+++ b/templates/personexpedition.html
@@ -15,7 +15,7 @@ If anyone really cares, they can always look in the original survex file
<p>{{message}}</p>
<p>{{personexpedition.surveyedleglength|stringformat:".1f"}} m surveyed this year.</p>
-<p><b>Other years:</b>
+<p><b>Other years:&nbsp;</b>
{% for otherpersonexpedition in personexpedition.person.personexpedition_set.all %}
{% if otherpersonexpedition == personexpedition %}
| <b>{{otherpersonexpedition.expedition.year}}</b>
@@ -24,7 +24,11 @@ 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>
<h3>Table of all trips and surveys aligned by date</h3>
<div>
<table class="survexcontibutions">