diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-02 20:41:42 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-02 20:41:42 +0100 |
commit | cc5b4fa650dfd8e8d779ac11199ee2712e680763 (patch) | |
tree | 21e7d6a2692f408e616b61a36447007c6c5c4649 /templates/expedition.html | |
parent | 663d4a2a02bfc10b50d109cc076eb54cfc8975b6 (diff) | |
download | troggle-cc5b4fa650dfd8e8d779ac11199ee2712e680763.tar.gz troggle-cc5b4fa650dfd8e8d779ac11199ee2712e680763.tar.bz2 troggle-cc5b4fa650dfd8e8d779ac11199ee2712e680763.zip |
remove {% load wiki_markup %}
Diffstat (limited to 'templates/expedition.html')
-rw-r--r-- | templates/expedition.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/expedition.html b/templates/expedition.html index a93215b..f8a38fc 100644 --- a/templates/expedition.html +++ b/templates/expedition.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load wiki_markup %} + {% load link %} {% block title %}Expedition {{expedition.name}}{% endblock %} |