summaryrefslogtreecommitdiffstats
path: root/templates/walletform.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-09-20 22:05:35 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-09-20 22:05:35 +0300
commit94b49adc4ed961807ca32b726ccbf300f129e49c (patch)
tree1c51b81eacd37e2afe440dc98a13d549d18fb105 /templates/walletform.html
parent36995ec05169974139fbfd6b768e6e935d97ab46 (diff)
downloadtroggle-94b49adc4ed961807ca32b726ccbf300f129e49c.tar.gz
troggle-94b49adc4ed961807ca32b726ccbf300f129e49c.tar.bz2
troggle-94b49adc4ed961807ca32b726ccbf300f129e49c.zip
added free text field to wallet JSON
Diffstat (limited to 'templates/walletform.html')
-rw-r--r--templates/walletform.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/walletform.html b/templates/walletform.html
index 144fe15..41df051 100644
--- a/templates/walletform.html
+++ b/templates/walletform.html
@@ -147,6 +147,12 @@
title="Survey area, e.g. White Elephant or Nieder Augst Eck"
placeholder="{{psg}}" value="{{psg}}" />
<br>
+ <label for="freetext">Free text for comments</label>
+ <input
+ label = "Free text" name = "freetext" size ="{{freetextsize}}"
+ title="e.g. scans for plan are in another wallet #99"
+ placeholder="{{freetext}}" value="{{freetext}}" />
+ <br>
<label for="plannr">Plan not required ?</label>
<input type="checkbox" name="plannr" id="plannr" value=" True" {% if "plan not required" in checked %}checked{% endif %}>
<br>