summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-11-04 10:40:46 +0200
committerPhilip Sargent <philip.sargent@gmail.com>2023-11-04 10:40:46 +0200
commit55bbccb4ca465e57e658b1d68d96e2d79305963a (patch)
treeec5e35d2e9a2386e43a4741d0940afa3a959ecbf /templates
parent70c629f455bd55b7cd8d6ce717317fb61bf15980 (diff)
downloadtroggle-55bbccb4ca465e57e658b1d68d96e2d79305963a.tar.gz
troggle-55bbccb4ca465e57e658b1d68d96e2d79305963a.tar.bz2
troggle-55bbccb4ca465e57e658b1d68d96e2d79305963a.zip
add link to exact logbookentry page
Diffstat (limited to 'templates')
-rw-r--r--templates/logbookform.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/logbookform.html b/templates/logbookform.html
index 1f7602b..2588b09 100644
--- a/templates/logbookform.html
+++ b/templates/logbookform.html
@@ -88,7 +88,9 @@
</form>
<br /><br /><br />
- Full logbook for this year: <a href="/years/{{year}}/logbook.html"><em>Logbook {{year}}</em></a>
+ {% if date %}<p>Link to <em><a href="/logbookentry/{{date}}/{{slug}}#">this entry</a></em> &nbsp;&nbsp;{% endif %}
+ Full logbook for this year: <a href="/years/{{year}}/logbook.html"><em>Logbook {{year}}</em></a>
+
</div>