diff options
Diffstat (limited to 'templates/walletform.html')
-rw-r--r-- | templates/walletform.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/walletform.html b/templates/walletform.html index 357f08e..144fe15 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -179,12 +179,7 @@ label = "People" name = "people" size ="{{peoplesize}}" title="List of people on the survey trip" placeholder="{{people}}" value="{{people}}" /> - <br> - <label for="url">URL of survey area (only needed if not a cave)</label> - <input - label = "URL" name = "url" size ="{{urlsize}}" - title="URL of cave description, e.g. /1623/264/264.html" - placeholder="{{url}}" value="{{url}}" /> + <br> <label for="survex">List of survex files</label> <input |