diff options
Diffstat (limited to 'templates/personindex.html')
-rw-r--r-- | templates/personindex.html | 4 |
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> |