diff options
Diffstat (limited to 'templates/logbookform.html')
-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> |