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' %}