diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/dwgfiles.html | 4 | ||||
-rw-r--r-- | templates/svxfile.html | 2 | ||||
-rw-r--r-- | templates/wallet.html | 6 |
3 files changed, 1 insertions, 11 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> diff --git a/templates/svxfile.html b/templates/svxfile.html index d0d03ed..5725b29 100644 --- a/templates/svxfile.html +++ b/templates/svxfile.html @@ -1,7 +1,5 @@ <!-- svxfile.html - this text visible because this template has been included --> {% extends "base.html" %} -{% load survex_markup %} <!-- this is core/templatetags/survex_markup.py for syntax colouring --> - {% block title %}{{ title }}{% endblock %} {% block head %} diff --git a/templates/wallet.html b/templates/wallet.html index 7301ce3..51ac298 100644 --- a/templates/wallet.html +++ b/templates/wallet.html @@ -1,9 +1,5 @@ {% extends "base.html" %} - -{% load survex_markup %} - -{% block title %}Survey Scans Folder{% endblock %} - +{% block title %}Survey Scans Wallet {% endblock %} {% block content %} <h3>Survey Scans in: {{wallet.walletname}}</h3> |