diff --git a/templates/expedition.html b/templates/expedition.html
index 148b25b..b9c51b8 100644
--- a/templates/expedition.html
+++ b/templates/expedition.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load wiki_markup %}
{% block title %}Expedition {{expedition.name}}{% endblock %}
{% block editLink %}Edit expedition {{expedition|wiki_to_html_short}}{% endblock %}