diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:06:46 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:06:46 +0100 |
commit | 5811124d9d579bc56bbebf3d8ac95e9f5e5b92d9 (patch) | |
tree | 07287b4a6eb2b10c7941c45be9f4434e2d43d31d /templates/personexpedition.html | |
parent | 82a35878a2a6e5ff5ec32ce9927f1ab02edd1873 (diff) | |
download | troggle-5811124d9d579bc56bbebf3d8ac95e9f5e5b92d9.tar.gz troggle-5811124d9d579bc56bbebf3d8ac95e9f5e5b92d9.tar.bz2 troggle-5811124d9d579bc56bbebf3d8ac95e9f5e5b92d9.zip |
[svn] fix year links
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8303 by julian @ 3/15/2009 10:44 PM
Diffstat (limited to 'templates/personexpedition.html')
-rw-r--r-- | templates/personexpedition.html | 2 |
1 files changed, 1 insertions, 1 deletions
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>
|