mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-30 05:41:56 +00:00
[svn r8303] fix year links
This commit is contained in:
parent
6c00de179d
commit
61e59bdd83
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user