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/personwallets.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/personwallets.html')
-rw-r--r-- | templates/personwallets.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/personwallets.html b/templates/personwallets.html index f74c231..d8577ee 100644 --- a/templates/personwallets.html +++ b/templates/personwallets.html @@ -3,7 +3,7 @@ {% block title %}One Person Survey scans folders (wallets){% endblock %} {% block content %} -<h3>Wallets for <a href="{{person.get_absolute_url}}">{{person.fullname}}</a> </h3> +<h3>Wallets for <a href="{{person.get_absolute_url}}">{{person.fullname|safe}}</a> </h3> <p>Each wallet contains the scanned original in-cave survey notes and sketches of plans and elevations. It also contains scans of centre-line survex output on which hand-drawn passage sections are drawn. These hand-drawn passages will eventually be |