summaryrefslogtreecommitdiffstats
path: root/templates/logbookform.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/logbookform.html')
-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>