2
0
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:
Philip Sargent 2022-09-22 19:42:44 +03:00
parent b4cf2bac95
commit af88cb4d0f

View File

@ -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.