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 8d9e86e..28a28c8 100644
--- a/templates/logbookform.html
+++ b/templates/logbookform.html
@@ -11,6 +11,7 @@
{% endif %}
<div align=center>
{% if date %}<p>Link to <em><a href="/logbookentry/{{date}}/{{slug}}#">this entry</a></em> &nbsp;&nbsp;{% endif %}
+&nbsp;&nbsp;<a href="/logreport/{{year}}">logbook report {{year}}</a>&nbsp;&nbsp;
<a href="/handbook/logbooks.html#form">How to use this form</a>
</div>
{% if save_bad %}
@@ -70,6 +71,7 @@
title="Place: cave name, or 'plateau', 'topcamp' "
{% if place %}value="{{place}}"{% else %}placeholder="basecamp" {% endif %}
required />
+<br>(If any cave is visited at all, put in the cave id and not 'plateau')
<br /><br />
<label for="title">Title</label>
<input {% if not user.username %} disabled{% endif %}
@@ -81,7 +83,7 @@
<textarea {% if not user.username %} disabled{% endif %}
rows="{% if textrows%}{{textrows}}{% else %}5{% endif %}" cols="70"
label = "" name = "text"
- required />{% if entry %}{{entry}}{% else %}We had a lot of fun...{% endif %}
+ required />{% if entry %}{{entry}}{% else %}We had a lot of fun in the rain...{% endif %}
</textarea>
<br>
[Type in text in <a href="/handbook/logbooks.html#form">Logbook HTML format</a>.]