diff options
Diffstat (limited to 'templates/logbookentry.html')
-rw-r--r-- | templates/logbookentry.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/logbookentry.html b/templates/logbookentry.html index b23d47a..a0a80ca 100644 --- a/templates/logbookentry.html +++ b/templates/logbookentry.html @@ -2,8 +2,6 @@ <!-- logbookentry.html - this text visible because this template has been included --> {% block title %}Logbook {{logbookentry.id}}{% endblock %} - -{% block editLink %}<a href={{logbookentry.get_admin_url}}/>Edit logbook entry {{logbookentry|safe}}</a>{% endblock %} {% block content %} {% block related %}{% endblock %} |