diff options
Diffstat (limited to 'templates/walletform.html')
-rw-r--r-- | templates/walletform.html | 4 |
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" |