summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-09-22 19:42:44 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-09-22 19:42:44 +0300
commitaf88cb4d0faf58029a9c816e2d96d07d2e15e721 (patch)
treede7d22d77679db67a7717741b3f612aafcd5644c
parentb4cf2bac95198fab404d3870c9829c016a65ac85 (diff)
downloadtroggle-af88cb4d0faf58029a9c816e2d96d07d2e15e721.tar.gz
troggle-af88cb4d0faf58029a9c816e2d96d07d2e15e721.tar.bz2
troggle-af88cb4d0faf58029a9c816e2d96d07d2e15e721.zip
Show list of folders in a wallet
-rw-r--r--templates/walletform.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/walletform.html b/templates/walletform.html
index e1520fe..1b87284 100644
--- a/templates/walletform.html
+++ b/templates/walletform.html
@@ -60,8 +60,15 @@
{% for f in files %}
<a href="/expofiles/surveyscans/{{year}}/{{wallet|urlencode}}/{{f}}">{{ f}}</a><br />
{% empty %}
- <p>&lt;No files in this wallet. (Sub-folders here are not supported by troggle in 2022.)&gt;
+ <p>&lt;No files in this wallet. &gt;
+ <br>Sub-folders here are not supported by troggle in 2022.
+
+{% endfor %}
+<ul>
+{% for d in dirs %}
+ <li>folder exists: <em>{{d}}</em>
{% endfor %}
+</ul>
</p>
{% if create %}
This online wallet does not yet exist.