summaryrefslogtreecommitdiffstats
path: root/templates/walletform.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/walletform.html')
-rw-r--r--templates/walletform.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/walletform.html b/templates/walletform.html
index 45ac69b..cd96a64 100644
--- a/templates/walletform.html
+++ b/templates/walletform.html
@@ -18,7 +18,7 @@
<input
label = "WalletGoto" name = "walletgoto" size="7"
title="Wallet name to go to directly"
- placeholder="2022#42" value="2022#42" />
+ placeholder="2022#nn" value="2022#" />
</form>
@@ -60,7 +60,7 @@
{% for f in files %}
<a href="/expofiles/surveyscans/{{year}}/{{wallet|urlencode}}/{{f}}">{{ f}}</a><br />
{% empty %}
- <p>&lt;No files in this wallet.&gt;
+ <p>&lt;No files in this wallet. (Subdirectories here not supported by troggle in 2022.)&gt;
{% endfor %}
</p>
{% if create %}