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
commitb4296f1736a4ab464ef4bdc3662693b14a966443 (patch)
tree7a1207160143422086bcc8c5f2efec1d491375ae /templates
parent1bac650aeeb7db415df82a9dda7a457f451856d4 (diff)
downloadtroggle-b4296f1736a4ab464ef4bdc3662693b14a966443.tar.gz
troggle-b4296f1736a4ab464ef4bdc3662693b14a966443.tar.bz2
troggle-b4296f1736a4ab464ef4bdc3662693b14a966443.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>