forked from expo/troggle
Therion renaming missed one
This commit is contained in:
parent
cb5b80353d
commit
f16d9a5848
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user