diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-03-13 23:48:22 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-03-13 23:48:22 +0000 |
commit | fac748d2e24e5765c43350a247f2c92856c96b2d (patch) | |
tree | 9a9a180e74c9900e612fac47773867e48d4c4395 /templates/dwgfiles.html | |
parent | ad1283662d64c599b0431c4112d958dce7ed68fb (diff) | |
download | troggle-fac748d2e24e5765c43350a247f2c92856c96b2d.tar.gz troggle-fac748d2e24e5765c43350a247f2c92856c96b2d.tar.bz2 troggle-fac748d2e24e5765c43350a247f2c92856c96b2d.zip |
Better table titles
Diffstat (limited to 'templates/dwgfiles.html')
-rw-r--r-- | templates/dwgfiles.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dwgfiles.html b/templates/dwgfiles.html index f2ca2d0..6367ad2 100644 --- a/templates/dwgfiles.html +++ b/templates/dwgfiles.html @@ -4,7 +4,7 @@ <h3>All Tunnel and Therion files - linked to wallets, survey scans, frames and scraps</h3> <table style="font-size: 85%" width=95%> -<tr><th>File</th><th>Size</th><th>Paths</th><th>Scans folder</th><th>Scan files</th><th>Frames</th></tr> +<tr><th>File</th><th>Size</th><th>Paths</th><th>Wallets</th><th>Scan files in the wallets</th><th>Frames</th></tr> {% for dwgfile in dwgfiles %} <tr> |