diff options
Diffstat (limited to 'templates/walletform.html')
-rw-r--r-- | templates/walletform.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/walletform.html b/templates/walletform.html index 7300434..f92599f 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -241,7 +241,10 @@ and <em>also</em> the exported files in standard formats: svx, svg etc. See why title="List of survex files using this data" placeholder="['caves-1623/148/148-2007.svx']" value="{{survex}}" /> <br> - <label for="who_are_you">Who are you:</label> + <label for="id_identified_login">Identified login:</label> + <input type="checkbox" name="identified_login" onclick="return false" id="id_identified_login"><br /> + <br> + <label for="who_are_you">Who are you:</label> <input {% if not user.username %} disabled{% endif %} label = "Who are you" name = "who_are_you" size ="{{freetextsize}}" title="Who are you:" |