From 17347850b33acc805ebb53e34cbab2dbf1e59ea0 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 17 Jul 2025 08:18:28 +0200 Subject: [PATCH] label of field --- templates/logbookform.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/logbookform.html b/templates/logbookform.html index a6c65eb..28a28c8 100644 --- a/templates/logbookform.html +++ b/templates/logbookform.html @@ -71,6 +71,7 @@ title="Place: cave name, or 'plateau', 'topcamp' " {% if place %}value="{{place}}"{% else %}placeholder="basecamp" {% endif %} required /> +
(If any cave is visited at all, put in the cave id and not 'plateau')

{% 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 %}
[Type in text in Logbook HTML format.]