forked from expo/troggle
Show list of folders in a wallet
This commit is contained in:
@@ -60,8 +60,15 @@
|
|||||||
{% for f in files %}
|
{% for f in files %}
|
||||||
<a href="/expofiles/surveyscans/{{year}}/{{wallet|urlencode}}/{{f}}">{{ f}}</a><br />
|
<a href="/expofiles/surveyscans/{{year}}/{{wallet|urlencode}}/{{f}}">{{ f}}</a><br />
|
||||||
{% empty %}
|
{% 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 %}
|
{% endfor %}
|
||||||
|
<ul>
|
||||||
|
{% for d in dirs %}
|
||||||
|
<li>folder exists: <em>{{d}}</em>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
{% if create %}
|
{% if create %}
|
||||||
This online wallet does not yet exist.
|
This online wallet does not yet exist.
|
||||||
|
|||||||
Reference in New Issue
Block a user