diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-04 00:49:51 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-04 00:49:51 +0300 |
commit | f53b551d5a62c660b9c488bc02c57b3f47bde3aa (patch) | |
tree | 08ee6094391b9432fa0b697bba6352dc65de6247 /templates/walletform.html | |
parent | 3a04a8490e313e959fd91bf8059593e96d427d9e (diff) | |
download | troggle-f53b551d5a62c660b9c488bc02c57b3f47bde3aa.tar.gz troggle-f53b551d5a62c660b9c488bc02c57b3f47bde3aa.tar.bz2 troggle-f53b551d5a62c660b9c488bc02c57b3f47bde3aa.zip |
add data upload prompt
Diffstat (limited to 'templates/walletform.html')
-rw-r--r-- | templates/walletform.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/walletform.html b/templates/walletform.html index de669b5..4f88f22 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -206,7 +206,7 @@ <label for="websiteupt">Website updated ?</label> <input {% if not user.username %} disabled{% endif %} type="checkbox" name="websiteupt" id="websiteupt" value="True" {% if "website updated" in checked %}checked{% endif %}> <br> - <label for="electronic">Electronic survey ?</label> + <label for="electronic">Electronic survey (upload digital data files) ?</label> <input {% if not user.username %} disabled{% endif %} 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(s)</label> |