diff options
Diffstat (limited to 'templates/walletform.html')
-rw-r--r-- | templates/walletform.html | 4 |
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><No files in this wallet.> + <p><No files in this wallet. (Subdirectories here not supported by troggle in 2022.)> {% endfor %} </p> {% if create %} |