mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-19 09:22:32 +00:00
add data upload prompt
This commit is contained in:
parent
3a04a8490e
commit
f53b551d5a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user