diff --git a/templates/expedition.html b/templates/expedition.html index 1e76470..98cc871 100644 --- a/templates/expedition.html +++ b/templates/expedition.html @@ -18,6 +18,7 @@ {% endfor %}

See also the documentation index for this Expo +

See also the wallet completion status for this Expo {% if logged_in %}

Reparse and reload this year's logbook by clicking here: RELOAD {% endif %} 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

{{message}}

{{personexpedition.surveyedleglength|stringformat:".1f"}} m surveyed this year.

-

Other years: +

Other years:  {% for otherpersonexpedition in personexpedition.person.personexpedition_set.all %} {% if otherpersonexpedition == personexpedition %} | {{otherpersonexpedition.expedition.year}} @@ -24,7 +24,11 @@ If anyone really cares, they can always look in the original survex file {% endif %} {% endfor %}

- +

Wallet status +{% for otherpersonexpedition in personexpedition.person.personexpedition_set.all %} + | {{ otherpersonexpedition.expedition.year }} +{% endfor %} +

Table of all trips and surveys aligned by date