diff options
Diffstat (limited to 'templates/personexpedition.html')
-rw-r--r-- | templates/personexpedition.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/personexpedition.html b/templates/personexpedition.html index 365c812..2b035eb 100644 --- a/templates/personexpedition.html +++ b/templates/personexpedition.html @@ -3,7 +3,7 @@ {% block content %} <h1> - <a href="{{personexpedition.person.get_absolute_url}}">{{personexpedition.person|safe}}</a> : + <a href="{{personexpedition.person.get_absolute_url}}">{{personexpedition.person.fullname|safe}}</a> : <a href="{{personexpedition.expedition.get_absolute_url}}">{{personexpedition.expedition}}</a> </h1> @@ -20,7 +20,7 @@ {% endfor %} </p> <p>Status of all wallets for <b> -<a href="/wallets/person/{{personexpedition.person.first_name|safe}}{{personexpedition.person.last_name|safe}}">{{personexpedition.person}}</a> +<a href="/wallets/person/{{personexpedition.person.first_name|safe}}{{personexpedition.person.last_name|safe}}">{{personexpedition.person.fullname}}</a> </b> </p> <h3>Table of all trips and surveys aligned by date</h3> |