2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 11:49:50 +00:00

add TUNNELLED as a field on wallets

This commit is contained in:
2025-07-25 18:24:38 +02:00
parent 5204e3cc68
commit 4fa767585c
3 changed files with 24 additions and 13 deletions

View File

@@ -225,6 +225,9 @@ and <em>also</em> the exported files in standard formats: svx, svg etc. See why
<br>
<label for="websiteupt">Cave Description wepage 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="tunnelled">Drawn up (Tunnel or Therion) ?</label>
<input {% if not user.username %} disabled{% endif %} type="checkbox" name="tunnelled" id="tunnelled" value="True" {% if "tunnelled" in checked %}checked{% endif %}>
<br>
<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 %}>