mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-25 00:31:55 +00:00
Therion renaming missed one
This commit is contained in:
parent
cb5b80353d
commit
f16d9a5848
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
{% for tunnelfile in tunnelfiles %}
|
{% for tunnelfile in tunnelfiles %}
|
||||||
<tr>
|
<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.filesize}}</td>
|
||||||
<td align="right" style="padding:2px">{{tunnelfile.npaths}}</td>
|
<td align="right" style="padding:2px">{{tunnelfile.npaths}}</td>
|
||||||
|
|
||||||
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
<td style="padding:2px">
|
<td style="padding:2px">
|
||||||
{% for rtunnelfile in tunnelfile.tunnelcontains.all %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user