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/tasks.html | |
parent | 663d4a2a02bfc10b50d109cc076eb54cfc8975b6 (diff) | |
download | troggle-cc5b4fa650dfd8e8d779ac11199ee2712e680763.tar.gz troggle-cc5b4fa650dfd8e8d779ac11199ee2712e680763.tar.bz2 troggle-cc5b4fa650dfd8e8d779ac11199ee2712e680763.zip |
remove {% load wiki_markup %}
Diffstat (limited to 'templates/tasks.html')
-rw-r--r-- | templates/tasks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tasks.html b/templates/tasks.html index e9b12a9..f092493 100644 --- a/templates/tasks.html +++ b/templates/tasks.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load wiki_markup %} + {% load link %} {% block title %}Cambridge Expeditions to Austria{% endblock %} |