diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-11-04 10:40:46 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-11-04 10:40:46 +0200 |
commit | 55bbccb4ca465e57e658b1d68d96e2d79305963a (patch) | |
tree | ec5e35d2e9a2386e43a4741d0940afa3a959ecbf /templates | |
parent | 70c629f455bd55b7cd8d6ce717317fb61bf15980 (diff) | |
download | troggle-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.html | 4 |
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> {% endif %} + Full logbook for this year: <a href="/years/{{year}}/logbook.html"><em>Logbook {{year}}</em></a> + </div> |