diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-04 13:05:33 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-04 13:05:33 +0300 |
commit | 21e0700b8d12d73c084e1774bb648d150b32fd09 (patch) | |
tree | 32d3b047e07a97a94f1f399f2e459d5983fd8b5b /templates/personexpedition.html | |
parent | ad2d25ed0059ae5cf94946f267703586ce413753 (diff) | |
download | troggle-21e0700b8d12d73c084e1774bb648d150b32fd09.tar.gz troggle-21e0700b8d12d73c084e1774bb648d150b32fd09.tar.bz2 troggle-21e0700b8d12d73c084e1774bb648d150b32fd09.zip |
CLean up accented names display
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> |