summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSam Wenham <sam@wenhams.co.uk>2019-03-09 18:21:10 +0000
committerSam Wenham <sam@wenhams.co.uk>2019-03-09 18:21:10 +0000
commit7a7433bc844b1ac9bd8046e5a996d43ea4c5523e (patch)
tree7a1207160143422086bcc8c5f2efec1d491375ae /templates
parentff8c5ef0c1df3cbb13b128eac7b3b9e328d99ca2 (diff)
downloadtroggle-7a7433bc844b1ac9bd8046e5a996d43ea4c5523e.tar.gz
troggle-7a7433bc844b1ac9bd8046e5a996d43ea4c5523e.tar.bz2
troggle-7a7433bc844b1ac9bd8046e5a996d43ea4c5523e.zip
Fix people list
Cope with Jimmy McFoo as a name! Don't set the top expo value in the code whin it is piss easy to calculate Fix typo from last commit
Diffstat (limited to 'templates')
-rw-r--r--templates/personindex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/personindex.html b/templates/personindex.html
index a6196a6..1f21b2b 100644
--- a/templates/personindex.html
+++ b/templates/personindex.html
@@ -31,8 +31,8 @@
<tr>
<td><a href="{{ person.get_absolute_url }}">{{person|wiki_to_html_short}}</a></td>
<td><a href="{{ person.first.get_absolute_url }}">{{person.first.expedition.year}}</a></td>
- <td><a href="{{ person.last.get_absolute_url }}">{{person.last.expedition.year}}</a></td>
- <td>{{ person.surveyedleglength }}</td>
+ <td><a href="{{ person.last.get_absolute_url }}">{{person.last.expedition.year}}</a></td>
+ <td></td>
</tr>
{% endfor %}
</table>