summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-02-08 21:15:19 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-02-08 21:15:19 +0000
commit875145fc386d8e5ad65d824b436289ba9d60688e (patch)
tree81ee70081ef947cc7cb98a6a6e21ef487df6113a /templates
parenta357f4cf5bda6af4d05b48bacb9a39a0c7489a4d (diff)
downloadtroggle-875145fc386d8e5ad65d824b436289ba9d60688e.tar.gz
troggle-875145fc386d8e5ad65d824b436289ba9d60688e.tar.bz2
troggle-875145fc386d8e5ad65d824b436289ba9d60688e.zip
add edit-entry link to report
Diffstat (limited to 'templates')
-rw-r--r--templates/logreport.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/logreport.html b/templates/logreport.html
index bdb0eca..44a0333 100644
--- a/templates/logreport.html
+++ b/templates/logreport.html
@@ -60,8 +60,8 @@
</td>
{% if logged_in %}
<form name="delete_entry" method="post" action="/logentrydelete/{{year}}">{% csrf_token %}
-<td>
-{{entry.slug}}</td>
+<td><a href="/logbookedit/{{entry.slug}}">
+{{entry.slug}}</a></td>
<td>
<input type="hidden" value="{{entry.slug}}" name="entry_slug">
<input type="submit" value="delete"></td>