diff options
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/logbookform.html | 3 | ||||
-rw-r--r-- | templates/menu.html | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index c77134e..5ae19cd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,7 +36,7 @@ {% else %} <div class="toolbarlinks"> {% endif %} - <a href="/1623/290/290.html">290 (FGH)</a> | + <a href="/logbookedit/">Logbook Entry</a> | <a href="/1626/359/359.html">359 (HC)</a> | <a id="cavesLink" href="/caves">caves</a> | <a id="qmsLink" href="{% url "caveQMs" "1623-290" %}">QMs</a> | diff --git a/templates/logbookform.html b/templates/logbookform.html index 2588b09..da90dc7 100644 --- a/templates/logbookform.html +++ b/templates/logbookform.html @@ -9,6 +9,9 @@ {% else %} <h2>New Logbook Entry in {{year}}</h2> {% endif %} +<div align=center> +<a href="/handbook/logbooks.html#form">How to use this form</a> +</div> {% if save_bad %} <p style="font-family: monospace; font-weight: bold; color: red; font-size: 130%; text-align: center"> diff --git a/templates/menu.html b/templates/menu.html index 654cd97..d6d1b80 100644 --- a/templates/menu.html +++ b/templates/menu.html @@ -18,6 +18,9 @@ </ul> {% endif%}</li> <li><a href="/handbook/computing/onlinesystems.html">Online systems</a></li> +<li><a href="/handbook/logbooks.html#form">Make Logbook Entry</a></li> + + <li><a href="/caves">Caves</a> {% if parent_caves %} <ul> |