diff options
Diffstat (limited to 'templates/dwgfiles.html')
-rw-r--r-- | templates/dwgfiles.html | 2 |
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> |