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/logbookentry.html | |
parent | 663d4a2a02bfc10b50d109cc076eb54cfc8975b6 (diff) | |
download | troggle-cc5b4fa650dfd8e8d779ac11199ee2712e680763.tar.gz troggle-cc5b4fa650dfd8e8d779ac11199ee2712e680763.tar.bz2 troggle-cc5b4fa650dfd8e8d779ac11199ee2712e680763.zip |
remove {% load wiki_markup %}
Diffstat (limited to 'templates/logbookentry.html')
-rw-r--r-- | templates/logbookentry.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/logbookentry.html b/templates/logbookentry.html index 5691c4e..c8ed439 100644 --- a/templates/logbookentry.html +++ b/templates/logbookentry.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load wiki_markup %} + {% block title %}Logbook {{logbookentry.id}}{% endblock %} {% block editLink %}<a href={{logbookentry.get_admin_url}}/>Edit logbook entry {{logbookentry|wiki_to_html_short}}</a>{% endblock %} |