diff --git a/troggle/templates/personexpedition.html b/troggle/templates/personexpedition.html index ca1080ccf..4b762a432 100644 --- a/troggle/templates/personexpedition.html +++ b/troggle/templates/personexpedition.html @@ -18,7 +18,7 @@ {% ifequal otherpersonexpedition personexpedition %} | <b>{{otherpersonexpedition.expedition.year}}</b> {% else %} - | <a href="{{ personexpedition.get_absolute_url }}">{{otherpersonexpedition.expedition.year}}</a> + | <a href="{{ otherpersonexpedition.get_absolute_url }}">{{otherpersonexpedition.expedition.year}}</a> {% endifequal %} {% endfor %} </p>