diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-03 00:05:35 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-03 00:05:35 +0300 |
commit | 101910a957d65d33a22c3c6c4fd38ab6d0ff42f6 (patch) | |
tree | 505d253bfca9ddf930ebd2acaffe2a7d210ee6e5 /templates/logbookform.html | |
parent | eb7a1efea51dc68a4cb3c2d4da37127ba28a7991 (diff) | |
download | troggle-101910a957d65d33a22c3c6c4fd38ab6d0ff42f6.tar.gz troggle-101910a957d65d33a22c3c6c4fd38ab6d0ff42f6.tar.bz2 troggle-101910a957d65d33a22c3c6c4fd38ab6d0ff42f6.zip |
fix link
Diffstat (limited to 'templates/logbookform.html')
-rw-r--r-- | templates/logbookform.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |