summaryrefslogtreecommitdiffstats
path: root/templates/expedition.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-30 22:44:03 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-30 22:44:03 +0100
commitb545f8ed404407a197347e7330624d706ddc4e0d (patch)
treef98cefcfc2d9da4ee7607e2452c5a74cb576d351 /templates/expedition.html
parentbe0148d146263140961e3e47dccd54bc28827e0a (diff)
downloadtroggle-b545f8ed404407a197347e7330624d706ddc4e0d.tar.gz
troggle-b545f8ed404407a197347e7330624d706ddc4e0d.tar.bz2
troggle-b545f8ed404407a197347e7330624d706ddc4e0d.zip
cleaned & removed defunct wiki_to_html
Diffstat (limited to 'templates/expedition.html')
-rw-r--r--templates/expedition.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/expedition.html b/templates/expedition.html
index ac86efe..2f10326 100644
--- a/templates/expedition.html
+++ b/templates/expedition.html
@@ -1,7 +1,6 @@
{% 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 %}
+{% block editLink %}<a href={{expedition.get_admin_url}}>Edit expedition {{expedition}}</a>{% endblock %}
{% block related %}
{% endblock %}