diff options
Diffstat (limited to 'templates/personexpedition.html')
-rw-r--r-- | templates/personexpedition.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/personexpedition.html b/templates/personexpedition.html index af50b7c..a9f05b9 100644 --- a/templates/personexpedition.html +++ b/templates/personexpedition.html @@ -20,7 +20,7 @@ {% endfor %} </p> <p>Status of all wallets for <b> -<a href="/wallets/person/{{personexpedition.person.slug}}">{{personexpedition.person.fullname}}</a> +<a href="/wallets/person/{{personexpedition.person.slug}}">{{personexpedition.person.fullname|safe}}</a> </b> </p> <h3>Table of all trips and surveys aligned by date</h3> |