diff --git a/templates/personexpedition.html b/templates/personexpedition.html
index ca1080c..4b762a4 100644
--- a/templates/personexpedition.html
+++ b/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>