diff options
Diffstat (limited to 'templates/logbookform.html')
-rw-r--r-- | templates/logbookform.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/logbookform.html b/templates/logbookform.html index da90dc7..11550d5 100644 --- a/templates/logbookform.html +++ b/templates/logbookform.html @@ -92,7 +92,8 @@ <br /><br /><br /> {% 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> + Full logbook: <a href="/years/{{year}}/logbook.html"><em>Logbook {{year}}</em></a> + {{year}} <a href="/logreport/{{year}}">Logbook report</a> </div> |