diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-05-01 00:18:13 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-05-01 00:18:13 +0100 |
commit | 63640db81ff16d75137e1ab7d317c90ef4bf91b0 (patch) | |
tree | b4c2a91aa8a290dafd6c898e8869f73d258da403 /templates/dwgfiles.html | |
parent | 03160f3863a5ca16f07d82b7b11d6b1b83f50f8f (diff) | |
download | troggle-63640db81ff16d75137e1ab7d317c90ef4bf91b0.tar.gz troggle-63640db81ff16d75137e1ab7d317c90ef4bf91b0.tar.bz2 troggle-63640db81ff16d75137e1ab7d317c90ef4bf91b0.zip |
remove unused templatetags load
Diffstat (limited to 'templates/dwgfiles.html')
-rw-r--r-- | templates/dwgfiles.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/dwgfiles.html b/templates/dwgfiles.html index d850976..f2ca2d0 100644 --- a/templates/dwgfiles.html +++ b/templates/dwgfiles.html @@ -1,9 +1,5 @@ {% extends "base.html" %} - -{% load survex_markup %} - {% block title %}Tunnel files{% endblock %} - {% block content %} <h3>All Tunnel and Therion files - linked to wallets, survey scans, frames and scraps</h3> |