diff options
Diffstat (limited to 'templates/walletform.html')
-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" > |