diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-03 21:59:18 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-03 21:59:18 +0100 |
commit | c08356876df99b43322a11eae1571cf11fba6c6a (patch) | |
tree | 3b2735eac370115a73ee8725e4f42ece838a1e4a | |
parent | 4d7e3d6866c8c56ad70514cc11b8ec7dd7367989 (diff) | |
download | troggle-c08356876df99b43322a11eae1571cf11fba6c6a.tar.gz troggle-c08356876df99b43322a11eae1571cf11fba6c6a.tar.bz2 troggle-c08356876df99b43322a11eae1571cf11fba6c6a.zip |
missed a wiki_markup ref
-rw-r--r-- | templates/expedition.html | 1 |
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 %} |