2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 03:07:40 +00:00

label of field

This commit is contained in:
2025-07-17 08:18:28 +02:00
parent 93172f3b70
commit 17347850b3

View File

@@ -71,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 %}
@@ -82,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>.]