summaryrefslogtreecommitdiffstats
path: root/templates/dwgfiles.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-26 18:11:14 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-26 18:11:14 +0100
commitdc840c9bc773fa848e8903d65e657333c3ad2cd2 (patch)
tree5e3eb0f356ca7cbe8f49fac1b555c5fa982ad2d1 /templates/dwgfiles.html
parent37403a7234a78ff10af4310b91e2258eef8bfb14 (diff)
downloadtroggle-dc840c9bc773fa848e8903d65e657333c3ad2cd2.tar.gz
troggle-dc840c9bc773fa848e8903d65e657333c3ad2cd2.tar.bz2
troggle-dc840c9bc773fa848e8903d65e657333c3ad2cd2.zip
tunnelpath to dwgpath
Diffstat (limited to 'templates/dwgfiles.html')
-rw-r--r--templates/dwgfiles.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/dwgfiles.html b/templates/dwgfiles.html
index 2f71196..ff3a31b 100644
--- a/templates/dwgfiles.html
+++ b/templates/dwgfiles.html
@@ -12,7 +12,7 @@
{% for dwgfile in dwgfiles %}
<tr>
- <td><a href="{% url "dwgfilesingle" dwgfile.tunnelpath %}">{{dwgfile.tunnelpath}}</a></td>
+ <td><a href="{% url "dwgfilesingle" dwgfile.dwgpath %}">{{dwgfile.dwgpath}}</a></td>
<td align="right" style="padding:2px">{{dwgfile.filesize}}</td>
<td align="right" style="padding:2px">{{dwgfile.npaths}}</td>
@@ -30,7 +30,7 @@
<td style="padding:2px">
{% for rdwgfile in dwgfile.tunnelcontains.all %}
- <a href="{% url "dwgfilesingle" rdwgfile.tunnelpath %}">{{rdwgfile.tunnelpath}}</a>
+ <a href="{% url "dwgfilesingle" rdwgfile.dwgpath %}">{{rdwgfile.dwgpath}}</a>
{% endfor %}
</td>
</tr>