summaryrefslogtreecommitdiffstats
path: root/templates/walletform.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-09-25 21:42:21 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-09-25 21:42:21 +0300
commit829e18baef199de86eeb0d4aba03112fe610adaa (patch)
tree40c1d5fd0acb7b87721f29314bb87ed42f5bb0d7 /templates/walletform.html
parent760dbc588a1818f97eac04d80e94ad6133595558 (diff)
downloadtroggle-829e18baef199de86eeb0d4aba03112fe610adaa.tar.gz
troggle-829e18baef199de86eeb0d4aba03112fe610adaa.tar.bz2
troggle-829e18baef199de86eeb0d4aba03112fe610adaa.zip
Make scans in wallet subfolders clickable
Diffstat (limited to 'templates/walletform.html')
-rw-r--r--templates/walletform.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/walletform.html b/templates/walletform.html
index 04ad639..51fc1f9 100644
--- a/templates/walletform.html
+++ b/templates/walletform.html
@@ -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>