mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-31 15:32:35 +00:00
Show list of folders in a wallet
This commit is contained in:
parent
b4cf2bac95
commit
af88cb4d0f
@ -60,8 +60,15 @@
|
||||
{% for f in files %}
|
||||
<a href="/expofiles/surveyscans/{{year}}/{{wallet|urlencode}}/{{f}}">{{ f}}</a><br />
|
||||
{% empty %}
|
||||
<p><No files in this wallet. (Sub-folders here are not supported by troggle in 2022.)>
|
||||
<p><No files in this wallet. >
|
||||
<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.
|
||||
|
Loading…
Reference in New Issue
Block a user