mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-31 23:14:00 +01:00
Cookie/ git author now working on Wallet updates
This commit is contained in:
@@ -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" >
|
||||
|
||||
Reference in New Issue
Block a user