diff options
Diffstat (limited to 'templates/subcave.html')
-rw-r--r-- | templates/subcave.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/subcave.html b/templates/subcave.html index 41fb2d0..28023b1 100644 --- a/templates/subcave.html +++ b/templates/subcave.html @@ -1,5 +1,5 @@ {% extends "cavebase.html" %} -{% load wiki_markup %} + {% load mptt_tags %} {% block title %} Subcave {{subcave}} {% endblock title %} {% block editLink %}<a href={{subcave.get_admin_url}}>Edit subcave {{subcave|wiki_to_html_short}}</a>{% endblock %} |