diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-02 23:17:54 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-02 23:17:54 +0100 |
commit | bd8d59b343767261e6025048b78d90ff2a9288a5 (patch) | |
tree | 4fbebee3f659fc5f88776f3770cbd07494d25b48 /templates/logbookentry.html | |
parent | ea221281a3ceae655643d5472d6e6357e1381d4c (diff) | |
download | troggle-bd8d59b343767261e6025048b78d90ff2a9288a5.tar.gz troggle-bd8d59b343767261e6025048b78d90ff2a9288a5.tar.bz2 troggle-bd8d59b343767261e6025048b78d90ff2a9288a5.zip |
restoring wiki_markup where still used
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 c8ed439..5691c4e 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 %} |