forked from expo/troggle
[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
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
{% ifequal otherpersonexpedition personexpedition %}
|
{% ifequal otherpersonexpedition personexpedition %}
|
||||||
| <b>{{otherpersonexpedition.expedition.year}}</b>
|
| <b>{{otherpersonexpedition.expedition.year}}</b>
|
||||||
{% else %}
|
{% else %}
|
||||||
| <a href="{{ personexpedition.get_absolute_url }}">{{otherpersonexpedition.expedition.year}}</a>
|
| <a href="{{ otherpersonexpedition.get_absolute_url }}">{{otherpersonexpedition.expedition.year}}</a>
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user