From b8cd8c4785cd5eb11b7ba556d28c3b3e00a126f6 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 24 Aug 2022 13:40:49 +0300 Subject: [PATCH] wallets form edits --- templates/cavewallets.html | 2 +- templates/walletform.html | 4 ++-- templates/yearwallets.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/cavewallets.html b/templates/cavewallets.html index b05dab7..df3b009 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -16,7 +16,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c

See also wallets

{% include 'wallet_table.html' %}
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 @@ + placeholder="2022#nn" value="2022#" /> @@ -60,7 +60,7 @@ {% for f in files %} {{ f}}
{% empty %} -

<No files in this wallet.> +

<No files in this wallet. (Subdirectories here not supported by troggle in 2022.)> {% endfor %}

{% if create %} diff --git a/templates/yearwallets.html b/templates/yearwallets.html index bce04d7..df6c7ac 100644 --- a/templates/yearwallets.html +++ b/templates/yearwallets.html @@ -14,7 +14,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c

See also wallets

{% include 'wallet_table.html' %}