From 61e59bdd8390cadc28b3db0811e600045cbe5bee Mon Sep 17 00:00:00 2001 From: julian <devnull@localhost> Date: Sun, 15 Mar 2009 23:44:40 +0100 Subject: [PATCH] [svn r8303] fix year links --- troggle/templates/personexpedition.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>