From 101910a957d65d33a22c3c6c4fd38ab6d0ff42f6 Mon Sep 17 00:00:00 2001 From: Philip Sargent <philip.sargent@gmail.com> Date: Sun, 3 Sep 2023 00:05:35 +0300 Subject: [PATCH] fix link --- templates/logbookform.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/logbookform.html b/templates/logbookform.html index 8dce873..4023318 100644 --- a/templates/logbookform.html +++ b/templates/logbookform.html @@ -71,7 +71,7 @@ required />{% if entry %}{{entry}}{% else %}We had a lot of fun...{% endif %} </textarea> <br> - [Type in text in <a href="/handbook/logbooks.html#format">Logbook HTML format</a>.] + [Type in text in <a href="/handbook/logbooks.html#form">Logbook HTML format</a>.] <br /><br /> <label for="tu">Time underground (hours)</label> <input {% if not user.username %} disabled{% endif %}