summaryrefslogtreecommitdiffstats
path: root/templates/logbookentry.html
diff options
context:
space:
mode:
authorSam Wenham <sam@wenhams.co.uk>2019-03-10 11:05:57 +0000
committerSam Wenham <sam@wenhams.co.uk>2019-03-10 11:05:57 +0000
commit121f0a6aac7e68520d2f33e15bc2aa2a41cf6ea8 (patch)
treeffb16669c777069a0fb4e63b345a83a495b06ead /templates/logbookentry.html
parent8932bdc4661df3804c8d8f99be69403c0bd5ec7e (diff)
downloadtroggle-121f0a6aac7e68520d2f33e15bc2aa2a41cf6ea8.tar.gz
troggle-121f0a6aac7e68520d2f33e15bc2aa2a41cf6ea8.tar.bz2
troggle-121f0a6aac7e68520d2f33e15bc2aa2a41cf6ea8.zip
Remove the news section as it never gets updated
Fix logbook entry so the edit link works Tidy the control panel page
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 93ce32b..2b60996 100644
--- a/templates/logbookentry.html
+++ b/templates/logbookentry.html
@@ -2,7 +2,7 @@
{% 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|wiki_to_html_short}}</a>{% endblock %}
{% block content %}
{% block related %}{% endblock %}