From f16d9a58485f5e0faf914fd224b5511819855140 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 8 Apr 2021 01:22:09 +0100 Subject: [PATCH] Therion renaming missed one --- templates/tunnelfiles.html | 4 ++-- 1 file 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 %} - {{tunnelfile.tunnelpath}} + {{tunnelfile.tunnelpath}} {{tunnelfile.filesize}} {{tunnelfile.npaths}} @@ -30,7 +30,7 @@ {% for rtunnelfile in tunnelfile.tunnelcontains.all %} - {{rtunnelfile.tunnelpath}} + {{rtunnelfile.tunnelpath}} {% endfor %}