summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/expedition.html1
1 files changed, 1 insertions, 0 deletions
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 %}<a href={{expedition.get_admin_url}}>Edit expedition {{expedition|wiki_to_html_short}}</a>{% endblock %}