summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/tunnelfiles.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/tunnelfiles.html b/templates/tunnelfiles.html
index 5e85e59..23fa314 100644
--- a/templates/tunnelfiles.html
+++ b/templates/tunnelfiles.html
@@ -12,7 +12,7 @@
{% for tunnelfile in tunnelfiles %}
<tr>
- <td><a href="{% url "tunnelfile" tunnelfile.tunnelpath %}">{{tunnelfile.tunnelpath}}</a></td>
+ <td><a href="{% url "dwgfilesingle" tunnelfile.tunnelpath %}">{{tunnelfile.tunnelpath}}</a></td>
<td align="right" style="padding:2px">{{tunnelfile.filesize}}</td>
<td align="right" style="padding:2px">{{tunnelfile.npaths}}</td>
@@ -30,7 +30,7 @@
<td style="padding:2px">
{% for rtunnelfile in tunnelfile.tunnelcontains.all %}
- <a href="{% url "tunnelfile" rtunnelfile.tunnelpath %}">{{rtunnelfile.tunnelpath}}</a>
+ <a href="{% url "dwgfilesingle" rtunnelfile.tunnelpath %}">{{rtunnelfile.tunnelpath}}</a>
{% endfor %}
</td>
</tr>