summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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>