diff options
Diffstat (limited to 'templates/tunnelfiles.html')
-rw-r--r-- | templates/tunnelfiles.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/tunnelfiles.html b/templates/tunnelfiles.html index 0d73794..52a6895 100644 --- a/templates/tunnelfiles.html +++ b/templates/tunnelfiles.html @@ -23,8 +23,8 @@ </td> <td> - {% for survexscansingle in tunnelfile.survexscans.all %} - <a href="{{survexscansingle.get_absolute_url}}">{{survexscansingle.name}}</a> + {% for singlescan in tunnelfile.survexscans.all %} + <a href="{{singlescan.get_absolute_url}}">{{singlescan.name}}</a> {% endfor %} </td> |