summaryrefslogtreecommitdiffstats
path: root/templates/dwgfiles.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-26 19:22:29 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-26 19:22:29 +0100
commit7f64670f36db495c511918ec0fa0c62b62baa1c1 (patch)
tree5af85900629d0f00f8eedf1c7e11f0a88b6de178 /templates/dwgfiles.html
parent7dd5840353c0b12b55b26742a70ae05f9890e577 (diff)
downloadtroggle-7f64670f36db495c511918ec0fa0c62b62baa1c1.tar.gz
troggle-7f64670f36db495c511918ec0fa0c62b62baa1c1.tar.bz2
troggle-7f64670f36db495c511918ec0fa0c62b62baa1c1.zip
reanme manyscansfolders to manywallets
Diffstat (limited to 'templates/dwgfiles.html')
-rw-r--r--templates/dwgfiles.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dwgfiles.html b/templates/dwgfiles.html
index a73f36a..a89bca3 100644
--- a/templates/dwgfiles.html
+++ b/templates/dwgfiles.html
@@ -17,7 +17,7 @@
<td align="right" style="padding:2px">{{dwgfile.npaths}}</td>
<td style="padding:2px">
- {% for scansfolder in dwgfile.manyscansfolders.all %}
+ {% for scansfolder in dwgfile.manywallets.all %}
<a href="{{scansfolder.get_absolute_url}}">{{scansfolder.walletname}}</a>
{% endfor %}
</td>