mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-01 12:41:36 +01:00
CLean up accented names display
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user