Make scans in wallet subfolders clickable

This commit is contained in:
Philip Sargent 2022-09-25 21:42:21 +03:00
parent 760dbc588a
commit 829e18baef

View File

@ -66,7 +66,7 @@
{% endfor %}
<ul>
{% for d in dirs %}
<li><em>{{d}}</em>
<a href="/expofiles/surveyscans/{{year}}/{{wallet|urlencode}}/{{d}}"><em>{{d}}</em></a><br />
{% endfor %}
</ul>
</p>