summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/cave_description.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/cave_description.html b/templates/cave_description.html
index f41d9fd..12b9e1b 100644
--- a/templates/cave_description.html
+++ b/templates/cave_description.html
@@ -1,6 +1,5 @@
{% extends "cavebase.html" %}
{% load wiki_markup %}
-{% load mptt_tags %}
{% block title %} {{cave_description.short_name}} {% endblock title %}
{% block editLink %}<a href={{cave_description.get_admin_url}}>Edit description {{cave_description}}</a>{% endblock %}