diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-07 21:44:52 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-07 21:44:52 +0300 |
commit | 1631111a7f59e5f4509ae4ae7c1de628864b1d6d (patch) | |
tree | 7607e22130a73fdd521681195152b3e71f0a7612 /templates/dwgfiles.html | |
parent | 335ffb360dec56f587a396eb4f622f13642f5c0e (diff) | |
download | troggle-1631111a7f59e5f4509ae4ae7c1de628864b1d6d.tar.gz troggle-1631111a7f59e5f4509ae4ae7c1de628864b1d6d.tar.bz2 troggle-1631111a7f59e5f4509ae4ae7c1de628864b1d6d.zip |
page title chnaged
Diffstat (limited to 'templates/dwgfiles.html')
-rw-r--r-- | templates/dwgfiles.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/dwgfiles.html b/templates/dwgfiles.html index 48f236d..5483fa1 100644 --- a/templates/dwgfiles.html +++ b/templates/dwgfiles.html @@ -1,5 +1,6 @@ +<!-- dwgfiles.html - this text visible because this template has been included --> {% extends "base.html" %} -{% block title %}Tunnel files{% endblock %} +{% block title %}Drawings files{% endblock %} {% block content %} <h3>All Tunnel and Therion files - linked to wallets, survey scans, frames and scraps</h3> |