diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-08-16 20:52:34 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-08-16 20:52:34 +0300 |
commit | d05294adaf54a0f6bdab047ae8e65ffca8ce1393 (patch) | |
tree | 74668ae3a6a478dbc5964077db53824f2e71d2ef /templates/walletform.html | |
parent | f1aa6a97947657662d820c0a63d7da4c3f156876 (diff) | |
download | troggle-d05294adaf54a0f6bdab047ae8e65ffca8ce1393.tar.gz troggle-d05294adaf54a0f6bdab047ae8e65ffca8ce1393.tar.bz2 troggle-d05294adaf54a0f6bdab047ae8e65ffca8ce1393.zip |
better, non-real prompt
Diffstat (limited to 'templates/walletform.html')
-rw-r--r-- | templates/walletform.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/walletform.html b/templates/walletform.html index 28bbe73..45ac69b 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -199,7 +199,7 @@ <input label = "survex" name = "survex" size ="{{survexsize}}" title="List of survex files using this data" - placeholder="caves-1623/264/lower_balkon/tartarus.svx" value="{{survex}}" /> + placeholder="caves-1623/264/side_balkon/siriuscyberlift.svx" value="{{survex}}" /> <br><br>{% if user.username %} <button class="fancybutton" style="padding: 0.5em 25px; margin-left: 155px; font-size: 90%; " type = "submit" value = "Edit" > |