diff options
-rw-r--r-- | templates/logbookform.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/logbookform.html b/templates/logbookform.html index 8d9e86e..b5a18a5 100644 --- a/templates/logbookform.html +++ b/templates/logbookform.html @@ -11,6 +11,7 @@ {% endif %} <div align=center> {% if date %}<p>Link to <em><a href="/logbookentry/{{date}}/{{slug}}#">this entry</a></em> {% endif %} + <a href="/logreport/{{logbookentry.expedition.year}}">logbook report</a> <a href="/handbook/logbooks.html#form">How to use this form</a> </div> {% if save_bad %} |