summaryrefslogtreecommitdiffstats
path: root/templates/personexpedition.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/personexpedition.html')
-rw-r--r--templates/personexpedition.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/personexpedition.html b/templates/personexpedition.html
index 4b762a4..a0245aa 100644
--- a/templates/personexpedition.html
+++ b/templates/personexpedition.html
@@ -1,5 +1,6 @@
{% extends "base.html" %}
{% load wiki_markup %}
+{% load link %}
{% block title %}Person {{personexpedition.person|wiki_to_html_short}} for {{personexpedition.expedition}}{% endblock %}
@@ -18,7 +19,7 @@
{% ifequal otherpersonexpedition personexpedition %}
| <b>{{otherpersonexpedition.expedition.year}}</b>
{% else %}
- | <a href="{{ otherpersonexpedition.get_absolute_url }}">{{otherpersonexpedition.expedition.year}}</a>
+ | {{ otherpersonexpedition|link }}
{% endifequal %}
{% endfor %}
</p>