summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-08-31 09:27:14 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-08-31 09:27:14 +0300
commitdc2b8ad4310af2a2fe842a991ff8dfdda0099a3f (patch)
tree57ecd3843260844438ea0252bfcaaf7420d31d60 /templates
parent3af1112847a9573ee4c318e1a997e579fd29ee45 (diff)
downloadtroggle-dc2b8ad4310af2a2fe842a991ff8dfdda0099a3f.tar.gz
troggle-dc2b8ad4310af2a2fe842a991ff8dfdda0099a3f.tar.bz2
troggle-dc2b8ad4310af2a2fe842a991ff8dfdda0099a3f.zip
fixes for crashes,svx files in wallets
Diffstat (limited to 'templates')
-rw-r--r--templates/walletform.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/walletform.html b/templates/walletform.html
index 5c3e682..66d4955 100644
--- a/templates/walletform.html
+++ b/templates/walletform.html
@@ -150,7 +150,7 @@
title="Cave id e.g. 2017-DM-01 or 1623/256"
placeholder="{{cave}}" value="{{cave}}" />
<br>
- <label for="psg">Survey area</label>
+ <label for="psg">Survey area (wallet name)</label>
<input
label = "Survey area" name = "psg" size ="{{psgsize}}"
title="Survey area, e.g. White Elephant or Nieder Augst Eck"
@@ -183,7 +183,7 @@
<label for="electronic">Electronic survey ?</label>
<input type="checkbox" name="electronic" id="electronic" value="True" {% if "electronic survey" in checked %}checked{% endif %}>
<br>
- <label for="people">List of people on the survey trip</label>
+ <label for="people">List of people on the survey trip(s)</label>
<input
label = "People" name = "people" size ="{{peoplesize}}"
title="List of people on the survey trip"