diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-29 17:05:08 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-29 17:05:08 +0000 |
commit | a3c7f165b9a8f7097f95b745c6c623a78d4853ff (patch) | |
tree | 8e9dfd659ba07f14244b674748c6f38be80208ce /templates | |
parent | ace23257731c9a35c48bb56ff59c24cfccdc7029 (diff) | |
download | troggle-a3c7f165b9a8f7097f95b745c6c623a78d4853ff.tar.gz troggle-a3c7f165b9a8f7097f95b745c6c623a78d4853ff.tar.bz2 troggle-a3c7f165b9a8f7097f95b745c6c623a78d4853ff.zip |
Cookie/ git author now working on Wallet updates
Diffstat (limited to 'templates')
-rw-r--r-- | templates/walletform.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/walletform.html b/templates/walletform.html index 9aecada..7300434 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -234,13 +234,19 @@ and <em>also</em> the exported files in standard formats: svx, svg etc. See why label = "People" name = "people" size ="{{peoplesize}}" title="List of people on the survey trip" placeholder="{{people}}" value="{{people}}" /> - <br> <label for="survex">List of survex files</label> <input {% if not user.username %} disabled{% endif %} label = "survex" name = "survex" size ="{{survexsize}}" 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> + <input {% if not user.username %} disabled{% endif %} + label = "Who are you" name = "who_are_you" size ="{{freetextsize}}" + title="Who are you:" + placeholder="You who are editing this page e.g. Animal <mta@gasthof.expo>" value="{{who_are_you}}" required/> + <br><br>{% if user.username %} <button class="fancybutton" style="padding: 0.5em 25px; margin-left: 155px; font-size: 90%; " type = "submit" value = "Edit" > |