diff options
Diffstat (limited to 'templates/logbookentry.html')
-rw-r--r-- | templates/logbookentry.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/logbookentry.html b/templates/logbookentry.html index 9407e72..b23d47a 100644 --- a/templates/logbookentry.html +++ b/templates/logbookentry.html @@ -1,9 +1,9 @@ {% extends "base.html" %} <!-- logbookentry.html - this text visible because this template has been included --> -{% 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 %} + +{% block editLink %}<a href={{logbookentry.get_admin_url}}/>Edit logbook entry {{logbookentry|safe}}</a>{% endblock %} {% block content %} {% block related %}{% endblock %} |