summaryrefslogtreecommitdiffstats
path: root/templates/logbookentry.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-02 23:17:54 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-02 23:17:54 +0100
commitbd8d59b343767261e6025048b78d90ff2a9288a5 (patch)
tree4fbebee3f659fc5f88776f3770cbd07494d25b48 /templates/logbookentry.html
parentea221281a3ceae655643d5472d6e6357e1381d4c (diff)
downloadtroggle-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.html2
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 %}